mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(widget): break messages by words
This commit is contained in:
parent
69c508dfe8
commit
cb95c59081
@ -56,7 +56,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
|
|
||||||
.sc-message--text {
|
.sc-message--text {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user