mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
GIve the text input a min h
This commit is contained in:
parent
08d977b8cd
commit
8fe7451002
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue