Automatically breaking lines, fix #4

This commit is contained in:
Jaan Janesmae 2020-03-11 22:55:53 +02:00
parent 479f0a7b8e
commit d9d98f1c05
No known key found for this signature in database
GPG Key ID: 107973F4AE61D099
1 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,17 @@ body {
user-modify: read-write;
border: none;
outline: none;
-ms-word-break: break-all;
word-break: break-all;
/* Non standard for webkit */
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
/** Screen **/