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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-29 15:54:27 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-29 15:54:27 +0300
commit7fa354180e135d04a1d8b68265afee64070e4a55 (patch)
tree57e13f0c697f464c05295db7998c7ad70754d40a /app/views/shared
parent4c74936f4567ba142bcd9ca31c8f5f10c8aa52fa (diff)
Fix alignment of visibility options on new group page
Diffstat (limited to 'app/views/shared')
-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