summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-18 16:48:28 -0500
committerJose <jvargas@gitlab.com>2018-06-18 16:48:28 -0500
commitdd95bf4304f7d66e282269ca41e008629c0d3b5b (patch)
tree5af69a94501fed806242287b4c27d68f3ec159b2
parent7491a20020e9ac95059b609972479ee4b42866e5 (diff)
downloadgitlab-ce-dd95bf4304f7d66e282269ca41e008629c0d3b5b.tar.gz
Remove top margin from checkboxes in integrations page
-rw-r--r--app/assets/stylesheets/pages/settings.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 33a974e0176..2f28031b9c8 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -127,13 +127,6 @@
color: $gl-danger;
}
-.service-settings {
- input[type="radio"],
- input[type="checkbox"] {
- margin-top: 10px;
- }
-}
-
.integration-settings-form {
.card.card-body,
.info-well {