1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-08 06:06:57 +02:00

Break words when word wrapping (#162)

Break words when word wrapping
This commit is contained in:
Kognise
2019-11-15 00:32:48 -05:00
committed by GitHub

View File

@@ -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);