fix(chat): adjust user message container to support pre-wrapped text

This commit is contained in:
Thinh Tran
2026-05-21 16:11:22 +08:00
committed by lyingbug
parent 0dd6126826
commit 3db5b0d126
@@ -246,6 +246,7 @@ const closePreImg = () => {
text-align: justify;
word-break: break-all;
box-sizing: border-box;
white-space: pre-wrap;
}
.user_images {