GIve the text input a min h

This commit is contained in:
ismael garcia 2025-02-21 13:59:04 +01:00 committed by GitHub
parent 08d977b8cd
commit 8fe7451002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,6 +259,7 @@ defineExpose({
border-radius: 4px; border-radius: 4px;
padding: 0 4px 0 12px; padding: 0 4px 0 12px;
transition: border-color 0.2s ease-in-out; transition: border-color 0.2s ease-in-out;
min-height:30px;
.multiline& { .multiline& {
resize: vertical; resize: vertical;