Skip to content

Commit

Permalink
fix: text overflowing outside of article content box auroral-ui#218
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Jul 27, 2023
1 parent 2e3896a commit cf02393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/components/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@

p {
@apply my-6;
overflow-wrap: break-word;
}

ul {
Expand Down

0 comments on commit cf02393

Please sign in to comment.