Break long links in message bubbles / Fixes #204
This commit is contained in:
parent
f86d6d51e3
commit
45a053b3a8
2 changed files with 7 additions and 0 deletions
|
@ -144,6 +144,10 @@
|
|||
border-top: 6px solid transparent;
|
||||
border-bottom: 6px solid transparent;
|
||||
}
|
||||
|
||||
.content a {
|
||||
word-break: break-all
|
||||
}
|
||||
}
|
||||
|
||||
.incoming {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue