mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #1162 from Hexastack/1159-bug---long-urls-provoke-horizontal-scroll-in-the-chat-widget
fix(widget): resolve long message cropped bug
This commit is contained in:
commit
49d97c1959
@ -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