diff --git a/public/signs.css b/public/signs.css index 7123771..4b10b2b 100644 --- a/public/signs.css +++ b/public/signs.css @@ -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 **/