From 8250ebe53c959c6fb400cd716c82810cc38d3f7f Mon Sep 17 00:00:00 2001 From: David Ellingsworth Date: Tue, 16 Apr 2019 17:38:58 -0400 Subject: [PATCH] Remove bsSize class as it does not apply to the CustomFileInput --- src/CustomFileInput.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CustomFileInput.js b/src/CustomFileInput.js index 248011c25..d81a906ba 100644 --- a/src/CustomFileInput.js +++ b/src/CustomFileInput.js @@ -82,7 +82,6 @@ class CustomFileInput extends React.Component { classNames( className, `custom-file`, - bsSize ? `custom-file-${bsSize}` : false, ), cssModule );