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:
Hornwitser 2025-02-02 14:07:15 +01:00
parent 9e39cd2388
commit e62b947c42

View file

@ -40,6 +40,7 @@ textarea:not([rows]) {
html {
color-scheme: light dark;
font-family: sans-serif;
overflow-wrap: break-word;
scrollbar-gutter: stable;
}