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;
}
.content a {
word-break: break-all
.content {
-webkit-user-select: text;
a {
word-break: break-all
}
}
p {
margin: 0;
}

@ -562,9 +562,12 @@ 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 .bubble .content,
.message-list .bubble .content {
-webkit-user-select: text; }
.message-detail .bubble .content a,
.message-list .bubble .content a {
word-break: break-all; }
.message-detail .bubble p,
.message-list .bubble p {
margin: 0; }

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