mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #4003 from thelounge/xpaw/mentions-wrap
Add break-word on mentions popup content
This commit is contained in:
commit
9a5d80cecc
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue