Skip to content

Commit

Permalink
Update docs.css
Browse files Browse the repository at this point in the history
fixes ProjectEvergreen#174 by allowing the text to break mid-word.
  • Loading branch information
lschierer authored Jan 28, 2025
1 parent a3619bb commit 3662619
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ body:has(#compact-menu:popover-open) {
padding-left: var(--size-4);
}

& li,
& code {
overflow-wrap: break-word;
}

& img {
width: 100%;
}
Expand Down

0 comments on commit 3662619

Please sign in to comment.