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:
commit
c298d4d85f
1 changed files with 2 additions and 0 deletions
|
@ -34,11 +34,13 @@ td.message {
|
||||||
padding: 1px 1px 1px 5px;
|
padding: 1px 1px 1px 5px;
|
||||||
|
|
||||||
-ms-word-break: break-all;
|
-ms-word-break: break-all;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
/* Non standard for webkit */
|
/* Non standard for webkit */
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
||||||
-webkit-hyphens: auto;
|
-webkit-hyphens: auto;
|
||||||
|
-moz-hyphens: auto;
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: auto;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue