Commit 10d292e2 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents fb41953f 985388b3
......@@ -290,3 +290,17 @@ label {
.input-group-text {
max-height: $input-height;
}
.gl-form-checkbox {
align-items: baseline;
&.form-check-inline .form-check-input {
align-self: flex-start;
margin-right: $gl-padding-8;
height: 1.5 * $gl-font-size;
}
.help-text {
margin-bottom: 0;
}
}
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