Commit c1a541f
committed
set global body wrapping policy for ordinary text
Long unbroken text (currently seen with URLs in the architecture page) can force
horizontal page overflow on mobile.
Apply `overflow-wrap: break-word` at the `body` level as a global safeguard and
default policy: regular content should wrap rather than widen the viewport.
This is intentionally global instead of targeting specific elements, so new
non-specialized content also gets safe wrapping by default.
Specialized components (for example code blocks and tables) can keep their own
overflow behavior where preserving layout/fidelity is more important.1 parent 614576d commit c1a541f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments