mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(widget): resolve long message cropped bug
This commit is contained in:
parent
17e3b53b9b
commit
0c758f3045
@ -55,6 +55,8 @@
|
||||
.sc-message--wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
|
||||
.sc-message--text {
|
||||
padding: 10px 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user