Adjust max width for inputs in form cols
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.usa-input {
|
||||
input {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include media($medium-screen) {
|
||||
@@ -46,10 +52,6 @@
|
||||
right: -$gap * 3;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
Reference in New Issue
Block a user