Merge pull request #627 from michaelshmitty/fix-hyphenation-in-firefox-624
Fixes problem with Firefox word / line breaking
This commit is contained in:
commit
1b03fdb222
1 changed files with 0 additions and 2 deletions
|
@ -34,13 +34,11 @@ 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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue