Foundation sets file buttons to 100% width. Fixed.

This commit is contained in:
Christoph Haas 2016-10-30 14:39:05 +01:00
parent deb96e26de
commit aeb6c5193c

View file

@ -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;
}