Skip to content

Commit

Permalink
fix(theme): wrap long words in li (#1782)
Browse files Browse the repository at this point in the history
fixes #1783, x-ref #1405

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
ATQQ and brc-dd committed Jan 11, 2023
1 parent 167a474 commit 48a42c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/styles/base.css
Expand Up @@ -219,6 +219,7 @@ h3,
h4,
h5,
h6,
li,
p {
overflow-wrap: break-word;
}
Expand Down

0 comments on commit 48a42c1

Please sign in to comment.