grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

Set VariableValueSelectors minWidth #700

Open korinekgergely opened 5 months ago

korinekgergely commented 5 months ago

I use a control, like this in a

new SceneApp({
    pages: [
      new SceneAppPage({...

: controls: [new VariableValueSelectors({ })], But the control is too small. Can I set a minWidth? The only option in the documentation is layout?: ControlsLayout; Names that are too long stick out to the right. It looks like this: Monosnap Monview App - Apps - Grafana 2024-04-17 17-50-13