Adjust max width for inputs in form cols

This commit is contained in:
Andrew Croce 2018-09-25 14:11:11 -04:00
parent ca66139a2f
commit 0045f998ac

View File

@ -16,6 +16,12 @@
margin-top: 0; margin-top: 0;
} }
} }
.usa-input {
input {
max-width: none;
}
}
} }
@include media($medium-screen) { @include media($medium-screen) {
@ -46,10 +52,6 @@
right: -$gap * 3; right: -$gap * 3;
} }
} }
input {
max-width: none;
}
} }
&:first-child { &:first-child {