Fix for #4812. Words will now wrap irregardless of their length

This commit is contained in:
Nate Lillich 2012-03-14 15:58:04 -07:00
parent cac03fdb65
commit d8466b7868

View file

@ -38,6 +38,7 @@ public class MessageViewer : WebKit.WebView {
border-radius: 4px;
-webkit-box-shadow: 0 3px 5px #aaa;
display: inline-block;
word-break: break-all;
}
.email_box {
box-sizing: border-box;