1
0
mirror of synced 2024-11-22 05:16:05 +03:00

adds a min-height shim to some text inputs that appear collapsed on ios

This commit is contained in:
Justin Schroeder 2020-02-27 22:06:04 -05:00
parent 221d0161f1
commit 5f216807c3

View File

@ -55,7 +55,15 @@
&[data-classification='text'] {
input {
@include baseinput;
min-height: 1em;
}
.formulate-input-element--date,
.formulate-input-element--month,
.formulate-input-element--week,
.formulate-input-element--datetime-local {
input {
min-height: 2.2em; // shim for some browsers that collapse height like ios
}
}
.formulate-input-element--search {