diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-24 13:10:55 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-24 13:10:55 -0700 |
commit | 3d283810b4689b964730a8735040ddad00dc9c00 (patch) | |
tree | ea6754be00550aac83b617205177cd4231e1ee91 | |
parent | 4127af75fe264f3b58eea6a770ba5590b583bbd4 (diff) | |
download | gitlab-ce-3d283810b4689b964730a8735040ddad00dc9c00.tar.gz |
Fix new project view
-rw-r--r-- | app/assets/stylesheets/framework/tabs.scss | 1 | ||||
-rw-r--r-- | app/views/shared/_visibility_level.html.haml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tabs.scss b/app/assets/stylesheets/framework/tabs.scss index c8ba14b7066..6b60149fbbb 100644 --- a/app/assets/stylesheets/framework/tabs.scss +++ b/app/assets/stylesheets/framework/tabs.scss @@ -1,6 +1,7 @@ .gitlab-tabs { background: $gray-light; border: 1px solid $border-color; + flex-wrap: nowrap; li { width: 50%; diff --git a/app/views/shared/_visibility_level.html.haml b/app/views/shared/_visibility_level.html.haml index 38c6f560dc6..d67409ffe14 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.row.visibility-level-setting +.form-group.visibility-level-setting - if with_label = f.label :visibility_level, class: 'col-form-label col-sm-2' do Visibility Level |