mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed textareas
This commit is contained in:
parent
39b0a2d568
commit
c6ccbb0fb4
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
.wrap {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
textarea {
|
||||
min-height: 62px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue