Improve word wrapping in messages

Doesn't break words. Fixes #31.
This commit is contained in:
Alexey Golub 2018-02-10 18:02:36 +02:00
parent f7ef3bbb44
commit ffa1023c50
2 changed files with 4 additions and 2 deletions

View file

@ -95,6 +95,7 @@ img.msg-avatar {
div.msg-right {
flex: 1;
margin-left: 20px;
min-width: 50%;
}
span.msg-user {
@ -117,7 +118,7 @@ span.msg-edited {
div.msg-content {
font-size: .9375em;
padding-top: 5px;
word-break: break-all;
word-wrap: break-word;
}
div.msg-attachment {

View file

@ -95,6 +95,7 @@ img.msg-avatar {
div.msg-right {
flex: 1;
margin-left: 20px;
min-width: 50%;
}
span.msg-user {
@ -117,7 +118,7 @@ span.msg-edited {
div.msg-content {
font-size: .9375em;
padding-top: 5px;
word-break: break-all;
word-wrap: break-word;
}
div.msg-attachment {