Skip to content

Commit

Permalink
Fixed some bugs affecting bullet point position on list. (#3740)
Browse files Browse the repository at this point in the history
Added CSS rule "list-style-position: inside;" Changed existing rule to "padding-left: 1.3em;" So the design effect of line style position is unnoticeable.
  • Loading branch information
jorgefilipecosta authored Nov 30, 2017
1 parent 08f2df8 commit 1c53b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/library/list/editor.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.blocks-list .blocks-editable__tinymce,
.blocks-list .blocks-editable__tinymce ul,
.blocks-list .blocks-editable__tinymce ol {
padding-left: 2.5em;
padding-left: 1.3em;
list-style-position: inside;
margin-left: 0;
}

0 comments on commit 1c53b02

Please sign in to comment.