From 28d8849216d0af966c25fa4b7153e3b8230f69b4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Apr 2015 00:18:13 -0700 Subject: [PATCH] remove some un-used grid class resets in input groups --- scss/_input-group.scss | 7 ------- 1 file changed, 7 deletions(-) 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.