Skip to content

Commit

Permalink
Fix rtl list space
Browse files Browse the repository at this point in the history
  • Loading branch information
benbro committed Jun 2, 2017
1 parent e77502a commit 8d0e809
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ resets(arr)
content: '\2610'
li::before
display: inline-block
margin-right: LIST_STYLE_MARGIN
text-align: right
white-space: nowrap
width: LIST_STYLE_WIDTH
li:not(.ql-direction-rtl)::before
text-align: right
margin-right: LIST_STYLE_MARGIN
margin-left: -1*LIST_STYLE_OUTER_WIDTH
li.ql-direction-rtl::before
text-align: left
margin-left: LIST_STYLE_MARGIN
ol, ul
li
padding-left: LIST_STYLE_OUTER_WIDTH
Expand Down

0 comments on commit 8d0e809

Please sign in to comment.