Fix file input font-size

This commit is contained in:
thatmattlove 2021-08-30 11:09:44 -07:00
parent 19e77ed456
commit 5e67627e6b
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -31,7 +31,7 @@ a[type='button'] {
cursor: pointer;
}
.form-control {
.form-control:not([type='file']) {
font-size: inherit;
}