diff options
| author | Martijn Cuppens <[email protected]> | 2019-12-25 20:54:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-25 20:54:43 +0100 |
| commit | 4b021dc666985bd881d303e3c63d37311c65eac7 (patch) | |
| tree | aceaea1c4b2658f1940bb5c26a62a1d7d1ca2dc3 | |
| parent | 8f1c4b9a0326d63dc19299e62d232eec9c6d4fad (diff) | |
| download | bootstrap-4b021dc666985bd881d303e3c63d37311c65eac7.tar.xz bootstrap-4b021dc666985bd881d303e3c63d37311c65eac7.zip | |
Remove redundant top margin (#29883)
| -rw-r--r-- | scss/forms/_input-group.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index b965f394f..a37dd8e73 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -109,12 +109,6 @@ background-color: $input-group-addon-bg; border: $input-border-width solid $input-group-addon-border-color; @include border-radius($input-border-radius); - - // Nuke default margins from checkboxes and radios to vertically center within. - input[type="radio"], - input[type="checkbox"] { - margin-top: 0; - } } |
