Fixes placeholder issue on ios devices
This commit is contained in:
parent
7153e598b4
commit
221d0161f1
@ -55,6 +55,7 @@
|
||||
&[data-classification='text'] {
|
||||
input {
|
||||
@include baseinput;
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.formulate-input-element--search {
|
||||
|
@ -41,11 +41,12 @@ $formulate-white: #ffffff;
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
line-height: 1.1em;
|
||||
line-height: 1.2em;
|
||||
margin: 0;
|
||||
|
||||
&::placeholder {
|
||||
color: $formulate-gray-dd;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user