Skip to content

Commit

Permalink
fix(base): wrap text content to avoid breaking layout (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Feb 26, 2024
1 parent 8f2c8c8 commit 0d7d56c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ h6 {
font-weight: inherit;
}

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

/**
* Avoid 300ms click delay on touch devices that support the `touch-action`
* CSS property.
Expand Down

0 comments on commit 0d7d56c

Please sign in to comment.