Fix input width in FF and IE, fix placement of error validation icon
This commit is contained in:
parent
78fa4ed8ec
commit
24d76f9fab
@ -84,11 +84,11 @@
|
|||||||
margin: 0 $gap 0 0;
|
margin: 0 $gap 0 0;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
max-width: -webkit-fill-available;
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-input--validation--dollars label span.icon.icon--ok.icon-validation {
|
.usa-input--validation--dollars label span.icon {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: -$gap * 9;
|
right: -$gap * 9;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user