feat: add max-height to cm-editor in index.css

This commit is contained in:
SethBurkart123
2024-10-04 12:34:41 +10:00
parent d7a38a273c
commit 8b26947fcf
+1
View File
@@ -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 {