Add break-word on mentions popup content
This commit is contained in:
parent
ec65fd17af
commit
89165d798b
@ -100,6 +100,8 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-word; /* Webkit-specific */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentions-popup .msg-hide::before {
|
.mentions-popup .msg-hide::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user