mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
prevent text inputs from being resized below their default height
This commit is contained in:
parent
2bb86c9e3b
commit
b5d9c0fee3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ form p {
|
|||
}
|
||||
|
||||
.input--text {
|
||||
height: 8.6em;
|
||||
min-height: 8.6em;
|
||||
}
|
||||
|
||||
.input--separate-left {
|
||||
|
|
Loading…
Reference in a new issue