1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Merge pull request #5415 from BookStackApp/more_lexical_fixes

Further Lexical Fixes
This commit is contained in:
Dan Brown
2025-02-16 15:28:55 +00:00
committed by GitHub
35 changed files with 573 additions and 241 deletions

View File

@@ -649,6 +649,16 @@ textarea.editor-form-field-input {
width: $inputWidth - 40px;
}
}
.editor-color-field-container {
position: relative;
input {
padding-left: 36px;
}
.editor-dropdown-menu-container {
position: absolute;
bottom: 0;
}
}
// Editor theme styles
.editor-theme-bold {