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

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;