]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
Merge pull request #5731 from BookStackApp/lexical_jul25
[bookstack] / resources / sass / _editor.scss
index de43540a31d80b5a9d5cc3ee2ba1f99db270c227..a7f5ab387d5ee1781ca3f867ac241bdda8dba667 100644 (file)
@@ -681,6 +681,14 @@ textarea.editor-form-field-input {
   }
 }
 
+// Specific field styles
+textarea.editor-form-field-input[name="source"] {
+  width: 1000px;
+  height: 600px;
+  max-height: 60vh;
+  max-width: 80vw;
+}
+
 // Editor theme styles
 .editor-theme-bold {
   font-weight: bold;