Skip to content

Commit

Permalink
Remove bsSize class as it does not apply to the CustomFileInput
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ellingsworth authored and David Ellingsworth committed Apr 16, 2019
1 parent 7e3c0e3 commit 8250ebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CustomFileInput.js
Expand Up @@ -82,7 +82,6 @@ class CustomFileInput extends React.Component {
classNames(
className,
`custom-file`,
bsSize ? `custom-file-${bsSize}` : false,
),
cssModule
);
Expand Down

0 comments on commit 8250ebe

Please sign in to comment.