Merge pull request #1164 from Hexastack/1163-bug---break-messages-by-words
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled

fix(widget): break messages by words
This commit is contained in:
Med Marrouchi 2025-06-25 09:16:06 +01:00 committed by GitHub
commit d2c3ecf2f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;