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 {