From dd95bf4304f7d66e282269ca41e008629c0d3b5b Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 18 Jun 2018 16:48:28 -0500 Subject: [PATCH] Remove top margin from checkboxes in integrations page --- app/assets/stylesheets/pages/settings.scss | 7 ------- 1 file changed, 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 {