fix: multiline user input
This commit is contained in:
parent
4fd9a19fbb
commit
b82ea693db
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@
|
||||||
|
|
||||||
[data-slot="user-message-text"] {
|
[data-slot="user-message-text"] {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
white-space: pre-wrap;
|
||||||
line-clamp: 3;
|
line-clamp: 3;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue