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
This commit is contained in:
Annabel Gray 2018-06-18 22:32:20 +00:00
commit 02c007bda5
1 changed files with 0 additions and 7 deletions

View File

@ -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 {