Skip to content

Commit

Permalink
fix breaking list items
Browse files Browse the repository at this point in the history
Without this a string with no space on a line will cause the break to
occur after the bullet but with it a string with spaces may not break at
the space. The latter is much more common and also the choice Paper
makes
  • Loading branch information
jhchen committed Jan 24, 2021
1 parent 9d16aa5 commit 232b6f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ resets(arr)
list-style-type: none
padding-left: LIST_STYLE_OUTER_WIDTH
position: relative
word-break: break-all
@supports (display: contents)
> .ql-ui
display: contents
Expand Down

0 comments on commit 232b6f4

Please sign in to comment.