Desktop: Fix Big Messages (#7133)

This commit is contained in:
Daniel Polito 2026-01-06 19:00:37 -03:00 committed by GitHub
parent f7b3371b02
commit dadddcaf57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -59,6 +59,7 @@
[data-slot="session-turn-message-content"] {
margin-top: -18px;
max-width: 100%;
}
[data-slot="session-turn-message-title"] {