summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-05-29 15:23:09 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-05-29 15:23:09 +0000
commit58c50d40524e0b0c23d4c5d7782583e3742047ba (patch)
tree7408d557ceffcfd6623019841b22ac30e89a13c8
parent38e3f37c7929ecc5d00face7722841cda70d92b9 (diff)
parent7fa354180e135d04a1d8b68265afee64070e4a55 (diff)
downloadgitlab-ce-58c50d40524e0b0c23d4c5d7782583e3742047ba.tar.gz
Merge branch '46885-group-visibility' into 'master'
Resolve "Visibility section alignment is broken" Closes #46885 See merge request gitlab-org/gitlab-ce!19204
-rw-r--r--app/views/shared/_visibility_level.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_visibility_level.html.haml b/app/views/shared/_visibility_level.html.haml
index d67409ffe14..38c6f560dc6 100644
--- a/app/views/shared/_visibility_level.html.haml
+++ b/app/views/shared/_visibility_level.html.haml
@@ -1,6 +1,6 @@
- with_label = local_assigns.fetch(:with_label, true)
-.form-group.visibility-level-setting
+.form-group.row.visibility-level-setting
- if with_label
= f.label :visibility_level, class: 'col-form-label col-sm-2' do
Visibility Level