mirror of
https://github.com/kognise/water.css.git
synced 2025-08-14 00:54:08 +02: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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user