Automatically breaking lines, fix #4
This commit is contained in:
parent
479f0a7b8e
commit
d9d98f1c05
@ -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 **/
|
||||
|
Loading…
Reference in New Issue
Block a user