fix: multiline user input

thinking-toggle-wip
Adam 2025-12-15 15:22:39 -06:00 committed by Aiden Cline
parent e0ca160360
commit 2771367dc4
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
[data-slot="user-message-text"] {
display: -webkit-box;
white-space: pre-wrap;
line-clamp: 3;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;