diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.scss b/app/components/SimpleEditor/miniEditor/miniEditor.scss index f57ca7c383f45ddab5a7abcac1bbff6c28b7c9d2..43a9dec990417231d953da5c12e851162feea65f 100644 --- a/app/components/SimpleEditor/miniEditor/miniEditor.scss +++ b/app/components/SimpleEditor/miniEditor/miniEditor.scss @@ -19,10 +19,9 @@ $background: #fff; .se-content { background: $background; - line-height: 20px; + box-shadow: none; margin: 0; min-height: 110px; - box-shadow: none; .sc-container-editor { padding: 0; @@ -31,6 +30,10 @@ $background: #fff; .sc-comment-pane-list { border-left: 1px dashed $red; margin-left: 8%; + li { + max-width: 109%; + min-width: 109%; + } } } }