Fix for QueryEditor width
This commit is contained in:
parent
fd558a46bb
commit
ee1d761103
|
@ -186,7 +186,6 @@
|
|||
}
|
||||
|
||||
div :global(.CodeMirror) {
|
||||
width: var(--code-mirror-width) !important;
|
||||
height: var(--code-mirror-height) !important;
|
||||
border-radius: var(--border-radius-s);
|
||||
font-family: var(--font-mono);
|
||||
|
|
Loading…
Reference in New Issue