mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: add max-height to cm-editor in index.css
This commit is contained in:
@@ -44,6 +44,7 @@ input {
|
|||||||
.cm-editor {
|
.cm-editor {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .dark .cm-editor .cm-tooltip-autocomplete {
|
/* .dark .cm-editor .cm-tooltip-autocomplete {
|
||||||
|
|||||||
Reference in New Issue
Block a user