diff --git a/css/glowingbear.css b/css/glowingbear.css index f72e486..46e1243 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -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;