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:
Med Marrouchi 2025-06-23 20:46:05 +01:00 committed by GitHub
commit 49d97c1959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,8 @@
.sc-message--wrapper {
display: flex;
flex-direction: column;
overflow: hidden;
word-break: break-all;
.sc-message--text {
padding: 10px 20px;