Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-05-29 18:23:09 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-06-05 12:18:32 +0300
commitaba8f6493fc3b6faa273c6a625fa6c8a5b31d035 (patch)
treea1a5a5af061e057718fb344b6f337efb1a05f3a0
parent445322280077be42ca5605fc8cbeaa1e7347f63a (diff)
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