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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user