avoid broken style for type=file form

This commit is contained in:
nullpos 2016-08-12 17:17:12 +09:00
parent ac85634d25
commit a11d25bad3

View file

@ -72,7 +72,7 @@ ul.has-error {
box-shadow: none;
}
input[type="file"].form-control {
input[type="file"].form-control:not([type="file"]) {
height: 0% !important;
}