fix: multiline user input

This commit is contained in:
Adam 2025-12-15 15:22:39 -06:00 committed by Aiden Cline
parent e0ca160360
commit 2771367dc4

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;