Merge pull request #4003 from thelounge/xpaw/mentions-wrap
Add break-word on mentions popup content
This commit is contained in:
commit
9a5d80cecc
@ -100,6 +100,8 @@
|
||||
border-radius: 5px;
|
||||
padding: 6px;
|
||||
margin-top: 2px;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word; /* Webkit-specific */
|
||||
}
|
||||
|
||||
.mentions-popup .msg-hide::before {
|
||||
|
Loading…
Reference in New Issue
Block a user