Break long links in message bubbles / Fixes #204

This commit is contained in:
lilia 2015-03-16 18:08:45 -07:00
parent f86d6d51e3
commit 45a053b3a8
2 changed files with 7 additions and 0 deletions

View file

@ -144,6 +144,10 @@
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
.content a {
word-break: break-all
}
}
.incoming {

View file

@ -456,6 +456,9 @@ input.search {
top: 11px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent; }
.message-detail .bubble .content a,
.message-list .bubble .content a {
word-break: break-all; }
.message-detail .incoming .bubble,
.message-list .incoming .bubble {
color: #454545;