From a0401bd1d1de2dd0bc0e4adbb02dcba5bc9f182b Mon Sep 17 00:00:00 2001 From: thecodrr Date: Wed, 18 Nov 2020 10:39:49 +0500 Subject: [PATCH] fix: quill editor placeholder placement --- apps/web/src/components/editor/editor.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/editor.css b/apps/web/src/components/editor/editor.css index dc4d3a885..20da7e654 100644 --- a/apps/web/src/components/editor/editor.css +++ b/apps/web/src/components/editor/editor.css @@ -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 {