diff options
| author | Mark Otto <[email protected]> | 2015-04-26 00:18:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-26 00:18:13 -0700 |
| commit | 28d8849216d0af966c25fa4b7153e3b8230f69b4 (patch) | |
| tree | b7df85803d9f315c0e87e1e12e94a58215134e11 | |
| parent | efd28a5e78ad828a88cda77c3af598d06a4d2a63 (diff) | |
| download | bootstrap-28d8849216d0af966c25fa4b7153e3b8230f69b4.tar.xz bootstrap-28d8849216d0af966c25fa4b7153e3b8230f69b4.zip | |
remove some un-used grid class resets in input groups
| -rw-r--r-- | scss/_input-group.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 290c50c24..46da71a9e 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. |
