fix(theme): wrap long words in `li` (#1782)

fixes #1783, x-ref #1405

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1787/head
sugar 2 years ago committed by GitHub
parent 167a474cb8
commit 48a42c19b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,6 +219,7 @@ h3,
h4,
h5,
h6,
li,
p {
overflow-wrap: break-word;
}

Loading…
Cancel
Save