diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-18 22:32:20 +0000 |
---|---|---|
committer | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-18 22:32:20 +0000 |
commit | 02c007bda52ac4cbcc8df98e2faf9273745bf951 (patch) | |
tree | 5af69a94501fed806242287b4c27d68f3ec159b2 | |
parent | 7491a20020e9ac95059b609972479ee4b42866e5 (diff) | |
parent | dd95bf4304f7d66e282269ca41e008629c0d3b5b (diff) | |
download | gitlab-ce-02c007bda52ac4cbcc8df98e2faf9273745bf951.tar.gz |
Merge branch 'jivl-fix-checkbox-top-margin' into 'master'
Remove top margin from checkboxes in integrations page
See merge request gitlab-org/gitlab-ce!19976
-rw-r--r-- | app/assets/stylesheets/pages/settings.scss | 7 |
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 { |