Fix input width in TO form

This commit is contained in:
leigh-mil 2020-02-17 11:52:22 -05:00
parent c5e31975e2
commit 151d3f7454

View File

@ -140,6 +140,10 @@
&__confirmation { &__confirmation {
margin-left: $gap * 8; margin-left: $gap * 8;
} }
.usa-input {
max-width: 100%;
}
} }
.task-order__modal-cancel { .task-order__modal-cancel {