Skip to content

Commit

Permalink
fix(theme): break long words on overflow (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 27, 2022
1 parent c191450 commit 2114d13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/client/theme-default/styles/base.css
Expand Up @@ -213,3 +213,13 @@ fieldset {
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
overflow-wrap: break-word;
}

0 comments on commit 2114d13

Please sign in to comment.