fix(app): user message text wrap
This commit is contained in:
parent
947b864d96
commit
fa9c283fcf
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@
|
||||||
|
|
||||||
[data-slot="user-message-text"] {
|
[data-slot="user-message-text"] {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
overflow-x: auto;
|
word-break: break-all;
|
||||||
|
overflow: hidden;
|
||||||
background: var(--surface-base);
|
background: var(--surface-base);
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue