Add break-word on mentions popup content

This commit is contained in:
Pavel Djundik 2020-07-27 17:27:06 +03:00
parent ec65fd17af
commit 89165d798b

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 {