Commit 058c04fb authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Michael Kozono

Replace <h5> with <label>

parent f1edd8ac
...@@ -38,8 +38,6 @@ label { ...@@ -38,8 +38,6 @@ label {
.control-label { .control-label {
@extend .col-sm-2; @extend .col-sm-2;
margin-top: 0;
} }
.inline-input-group { .inline-input-group {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
= render 'shared/allow_request_access', form: f = render 'shared/allow_request_access', form: f
.form-group .form-group
%h5.control-label %label.control-label
= s_("GroupSettings|Share lock") = s_("GroupSettings|Share lock")
.col-sm-10 .col-sm-10
.checkbox .checkbox
......
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