diff --git a/assets/core.styl b/assets/core.styl index 1182f18cb7..b16de126e7 100644 --- a/assets/core.styl +++ b/assets/core.styl @@ -72,9 +72,6 @@ resets(arr) list-style-type: none padding-left: LIST_STYLE_OUTER_WIDTH - > .ql-ui - position: static; - > .ql-ui:before display: inline-block margin-left: -1*LIST_STYLE_OUTER_WIDTH @@ -213,6 +210,10 @@ resets(arr) .ql-ui position: absolute + li + > .ql-ui + position: static; + .ql-editor.ql-blank::before color: rgba(0,0,0,0.6) content: attr(data-placeholder)