mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Min-width for inline editor (#61176)
This commit is contained in:
parent
402dc5e4d6
commit
26a3c864f3
@ -108,6 +108,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
box-shadow: 5px 5px 20px -5px #000000;
|
||||
z-index: 1000;
|
||||
opacity: 1;
|
||||
min-width: 400px;
|
||||
`,
|
||||
draggableWrapper: css`
|
||||
width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user