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.