From: Mark Otto Date: Sun, 26 Apr 2015 07:18:13 +0000 (-0700) Subject: remove some un-used grid class resets in input groups X-Git-Tag: v4.0.0-alpha~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d8849216d0af966c25fa4b7153e3b8230f69b4;p=thirdparty%2Fbootstrap.git remove some un-used grid class resets in input groups --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 290c50c24f..46da71a9e9 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -12,13 +12,6 @@ display: table; border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table - // Undo padding and float of grid classes - &[class*="col-"] { - float: none; - padding-right: 0; - padding-left: 0; - } - .form-control { // Ensure that the input is always above the *appended* addon button for // proper border colors.