Foundation sets file buttons to 100% width. Fixed.
This commit is contained in:
parent
deb96e26de
commit
aeb6c5193c
1 changed files with 6 additions and 1 deletions
|
|
@ -912,4 +912,9 @@ a.black
|
|||
}
|
||||
.inputfile + label {
|
||||
cursor: pointer; /* "hand" cursor */
|
||||
}
|
||||
}
|
||||
|
||||
/* Foundation sets file buttons to 100% width. Fix that */
|
||||
[type='file'] {
|
||||
width: inherit !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue