Set max height of input.
This commit is contained in:
parent
c25e883d13
commit
f367f0804f
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ export default {
|
||||||
border: 1px solid $gray-500;
|
border: 1px solid $gray-500;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
min-height: 3rem;
|
min-height: 3rem;
|
||||||
|
max-height: 48px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: $gray-500;
|
color: $gray-500;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue