mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
@@ -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
Reference in New Issue
Block a user