Break words to prevent overflow
Prefer breaking words instead of overflowing the containers they are inside of. This prevents the site from scrolling to the right on extraordinarily narrow screens.
This commit is contained in:
parent
9e39cd2388
commit
e62b947c42
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ textarea:not([rows]) {
|
||||||
html {
|
html {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
overflow-wrap: break-word;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue