mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Lexical: Source code input changes
- Increased default source code view size. - Updated HTML generation to output each top-level block on its own line.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user