Fix for #4812. Words will now wrap irregardless of their length
This commit is contained in:
parent
cac03fdb65
commit
d8466b7868
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue