aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-12-25 20:54:43 +0100
committerGitHub <[email protected]>2019-12-25 20:54:43 +0100
commit4b021dc666985bd881d303e3c63d37311c65eac7 (patch)
treeaceaea1c4b2658f1940bb5c26a62a1d7d1ca2dc3
parent8f1c4b9a0326d63dc19299e62d232eec9c6d4fad (diff)
downloadbootstrap-4b021dc666985bd881d303e3c63d37311c65eac7.tar.xz
bootstrap-4b021dc666985bd881d303e3c63d37311c65eac7.zip
Remove redundant top margin (#29883)
-rw-r--r--scss/forms/_input-group.scss6
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;
- }
}