mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix word break issue
This commit is contained in:
parent
a61e6905bc
commit
159108b08b
@ -84,6 +84,10 @@
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#conversationsElem .direct-chat-text {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
#conversationsElem .direct-chat-text .emoji {
|
#conversationsElem .direct-chat-text .emoji {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user