Skip to content

Commit

Permalink
fix slab#1498
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 8, 2017
1 parent 11911f1 commit 67cd065
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,18 @@ resets(arr)
display: inline-block
white-space: nowrap
width: LIST_STYLE_WIDTH
text-align: right
margin-right: LIST_STYLE_MARGIN
li:not(.ql-direction-rtl)::before
margin-left: -1*LIST_STYLE_OUTER_WIDTH
margin-right: LIST_STYLE_MARGIN
text-align: right
li.ql-direction-rtl::before
text-align: left
margin-left: LIST_STYLE_MARGIN
margin-right: -1*LIST_STYLE_OUTER_WIDTH
ol, ul
li
li:not(.ql-direction-rtl)
padding-left: LIST_STYLE_OUTER_WIDTH
li.ql-direction-rtl
padding-right: LIST_STYLE_OUTER_WIDTH
ol
li
counter-reset: resets(1..MAX_INDENT)
Expand Down

0 comments on commit 67cd065

Please sign in to comment.