fix: quill editor placeholder placement

This commit is contained in:
thecodrr
2020-11-18 10:39:49 +05:00
parent 7fa68f178d
commit a0401bd1d1

View File

@@ -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 {