Merge pull request #645 from glowing-bear/revert-627-fix-hyphenation-in-firefox-624

Revert "Fixes problem with Firefox word / line breaking"
This commit is contained in:
Tor Hveem 2015-09-11 12:56:09 +02:00
commit c298d4d85f

View file

@ -34,11 +34,13 @@ td.message {
padding: 1px 1px 1px 5px;
-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;