fix(app): user message text wrap

pull/6622/head
Adam 2026-01-07 15:36:02 -06:00
parent 947b864d96
commit fa9c283fcf
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@
[data-slot="user-message-text"] {
white-space: pre-wrap;
overflow-x: auto;
word-break: break-all;
overflow: hidden;
background: var(--surface-base);
padding: 8px 12px;
border-radius: 4px;