summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-24 13:10:55 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-24 13:10:55 -0700
commit3d283810b4689b964730a8735040ddad00dc9c00 (patch)
treeea6754be00550aac83b617205177cd4231e1ee91 /app/assets/stylesheets
parent4127af75fe264f3b58eea6a770ba5590b583bbd4 (diff)
downloadgitlab-ce-3d283810b4689b964730a8735040ddad00dc9c00.tar.gz
Fix new project view
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/tabs.scss1
1 files changed, 1 insertions, 0 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%;