Skip to content

Commit

Permalink
Address review: use overflow-wrap everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
lf- committed Sep 8, 2021
1 parent 1da78bd commit 9e5930b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ code {
font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */
}

/* make long inline code not x overflow */
:not(pre) > code {
word-break: break-word;
/* make long words/inline code not x overflow */
main {
overflow-wrap: anywhere;
}

/* make wide tables scroll if they overflow */
Expand Down

0 comments on commit 9e5930b

Please sign in to comment.