Commit 9ffdce06 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '356261-fix-spacing-help-text' into 'master'

Settings help text spacing fix

See merge request gitlab-org/gitlab!83174
parents b42bd4e6 ef0548d1
......@@ -110,9 +110,14 @@
.bs-callout,
.form-check:first-child,
.form-text.text-muted {
.form-check .form-text.text-muted,
.form-check + .form-text.text-muted {
margin-top: 0;
}
.form-check .form-text.text-muted {
margin-bottom: $grid-size;
}
}
.settings-list-icon {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment