Canvas: Min-width for inline editor (#61176)

This commit is contained in:
Adela Almasan 2023-01-09 11:24:12 -06:00 committed by GitHub
parent 402dc5e4d6
commit 26a3c864f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;