Merge pull request #4003 from thelounge/xpaw/mentions-wrap

Add break-word on mentions popup content
This commit is contained in:
Richard Lewis 2020-07-27 18:47:17 +03:00 committed by GitHub
commit 9a5d80cecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {