mirror of
https://github.com/kognise/water.css.git
synced 2026-01-08 14:25:48 +01:00
Break words when word wrapping
Prevents long strings of characters (say, "AAAAAAAAAAAAAAAAAAAAAAAA" for example) from going out of the content area and making you have to scroll.
This commit is contained in:
parent
bc386c2bcb
commit
b8ae8497b7
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ body {
|
|||
max-width: 800px;
|
||||
margin: 20px auto;
|
||||
padding: 0 10px;
|
||||
word-wrap: break-word;
|
||||
|
||||
color: var(--text-main);
|
||||
background: var(--background-body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue