avoid broken style for type=file form
This commit is contained in:
parent
ac85634d25
commit
a11d25bad3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue