Merge pull request #833 from Safelite/CSR-957-qa-fix-height-of-input

Set max height of input.
This commit is contained in:
bmauger 2022-11-22 11:11:11 -05:00 committed by GitHub
commit 3801ea23e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,6 +203,7 @@ export default {
border: 1px solid $gray-500;
border-radius: 0.5rem;
min-height: 3rem;
max-height: 48px;
padding: 12px 16px;
&::placeholder {
color: $gray-500;