mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Fix word break issue
This commit is contained in:
@ -84,6 +84,10 @@
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#conversationsElem .direct-chat-text {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#conversationsElem .direct-chat-text .emoji {
|
||||
height: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user