fix(widget): break messages by words

This commit is contained in:
yassinedorbozgithub 2025-06-24 05:37:00 +01:00
parent 69c508dfe8
commit cb95c59081

View File

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