Skip to content

Commit

Permalink
fix: wordwrap in (un)ordered list (#497)
Browse files Browse the repository at this point in the history
Closes #496
  • Loading branch information
lxndrblz committed Apr 6, 2024
1 parent 0893bea commit 61e2792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/partials/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
ol {
line-height: 1.9em;
font-weight: 400;
word-wrap: break-word;
}

img {
Expand Down

0 comments on commit 61e2792

Please sign in to comment.