Commit d24c0971 authored by Sam Bigelow's avatar Sam Bigelow

Style gitlab-ui checkboxes

parent 13cd5b59
......@@ -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