Merge pull request #554 from dod-ccpo/fix-browse-button

Fix browse button in Firefox
This commit is contained in:
leigh-mil
2019-01-17 16:27:22 -05:00
committed by GitHub

View File

@@ -285,6 +285,10 @@
&.usa-input--success {
@include input-state('success');
}
[type='file'] {
height: auto
}
}
select {