Fix for QueryEditor width

This commit is contained in:
Dean 2023-06-07 09:44:55 +01:00
parent fd558a46bb
commit ee1d761103
1 changed files with 0 additions and 1 deletions

View File

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