From: Mark Otto Date: Sat, 23 Dec 2017 05:18:58 +0000 (-0800) Subject: remove input group overrides since they're defaults now X-Git-Tag: v4.0.0-beta.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2416801c7ea6e67d728096e0ed74568f6c742fc7;p=thirdparty%2Fbootstrap.git remove input group overrides since they're defaults now --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 8ca2468e47..f1d3c9dea1 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -43,12 +43,6 @@ .custom-file { display: flex; align-items: center; - width: 100%; - - .custom-file-input { - width: 100%; - min-width: 0; - } &:not(:first-child):not(:last-of-type) .custom-file-control, &:not(:first-child):not(:last-of-type) .custom-file-control::before { @include border-radius(0); } @@ -57,10 +51,6 @@ &:last-of-type:not(:first-child) .custom-file-control, &:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); } } - - .custom-select { - width: 100%; - } }