Automatically breaking lines, fix #4
This commit is contained in:
parent
479f0a7b8e
commit
d9d98f1c05
@ -60,6 +60,17 @@ body {
|
|||||||
user-modify: read-write;
|
user-modify: read-write;
|
||||||
border: none;
|
border: none;
|
||||||
outline: 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 **/
|
/** Screen **/
|
||||||
|
Loading…
Reference in New Issue
Block a user