Fixes #286 Allow selection of message text

// FREEBIE
pull/749/head
lilia 10 years ago
parent 6aa36a98aa
commit 90fe82a0c0

@ -182,9 +182,13 @@
border-bottom: 6px solid transparent; border-bottom: 6px solid transparent;
} }
.content a { .content {
-webkit-user-select: text;
a {
word-break: break-all word-break: break-all
} }
}
p { p {
margin: 0; margin: 0;
} }

@ -562,6 +562,9 @@ input.search {
top: 11px; top: 11px;
border-top: 6px solid transparent; border-top: 6px solid transparent;
border-bottom: 6px solid transparent; } border-bottom: 6px solid transparent; }
.message-detail .bubble .content,
.message-list .bubble .content {
-webkit-user-select: text; }
.message-detail .bubble .content a, .message-detail .bubble .content a,
.message-list .bubble .content a { .message-list .bubble .content a {
word-break: break-all; } word-break: break-all; }

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save