mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix: quill editor placeholder placement
This commit is contained in:
@@ -172,7 +172,11 @@ code {
|
||||
.ql-editor {
|
||||
font-size: 0.875rem;
|
||||
color: var(--text) !important;
|
||||
padding: 10px !important;
|
||||
padding: 10px 0px 10px 0px !important;
|
||||
}
|
||||
.ql-editor.ql-blank::before {
|
||||
left: 0px !important;
|
||||
right: 0px !important;
|
||||
}
|
||||
|
||||
.ql-editor h1 h2 h3 h4 h5 h6 {
|
||||
|
||||
Reference in New Issue
Block a user