prevent text inputs from being resized below their default height

This commit is contained in:
SeinopSys 2021-10-01 00:43:46 +02:00
parent 2bb86c9e3b
commit b5d9c0fee3
No known key found for this signature in database
GPG key ID: 9BFB053C1BA6C5C4

View file

@ -54,7 +54,7 @@ form p {
}
.input--text {
height: 8.6em;
min-height: 8.6em;
}
.input--separate-left {