summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-09-06 20:00:21 +0200
committerMichael Kozono <mkozono@gmail.com>2017-09-06 12:07:21 -0700
commit058c04fb2a552e2d426dff524d48190e168fe67d (patch)
treed9e1c6014440c11cde4fec6c11fed9653a874347
parentf1edd8ac80318de77c3ed826f05c0c212b0d94f1 (diff)
downloadgitlab-ce-058c04fb2a552e2d426dff524d48190e168fe67d.tar.gz
Replace <h5> with <label>
-rw-r--r--app/assets/stylesheets/framework/forms.scss2
-rw-r--r--app/views/groups/edit.html.haml2
2 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index df09af652a7..be96c8ee964 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -38,8 +38,6 @@ label {
.control-label {
@extend .col-sm-2;
-
- margin-top: 0;
}
.inline-input-group {
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 31961691bdf..45450a1ca98 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -29,7 +29,7 @@
= render 'shared/allow_request_access', form: f
.form-group
- %h5.control-label
+ %label.control-label
= s_("GroupSettings|Share lock")
.col-sm-10
.checkbox