[#7259] fixed json field overflow

This commit is contained in:
Gani Georgiev
2025-10-17 10:27:04 +03:00
parent 6656d9820a
commit 280005e35c
33 changed files with 41 additions and 43 deletions
+1
View File
@@ -1248,6 +1248,7 @@ select {
}
.cm-editor {
flex-grow: 1;
min-height: 0;
border: 0 !important;
outline: none !important;
.cm-line {
-3
View File
@@ -39,9 +39,6 @@
padding-top: 0;
padding-bottom: 0;
}
.cm-scroller {
max-height: 100px;
}
.cm-editor {
flex-grow: 0;
margin-top: auto;