summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-07-24 14:58:19 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-07-24 14:58:19 -0500
commitb278911f33e00fa409848dfcfe1d161da2f5c424 (patch)
tree69902d6c8c652fc6b8e32c93e25fd2471e02d1c0
parente23b966d8dd2a161d3493c0b991c0c2ce43fea75 (diff)
downloadgitlab-ce-46207-project-links-overflow.tar.gz
Limit project links container width46207-project-links-overflow
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 803ecca48f7..6c69295c6a8 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -18,7 +18,7 @@
= render "home_panel"
- if can?(current_user, :download_code, @project)
- %nav.project-stats{ class: container_class }
+ %nav.project-stats{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
= render 'stat_anchor_list', anchors: @project.statistics_anchors(show_auto_devops_callout: show_auto_devops_callout)
= render 'stat_anchor_list', anchors: @project.statistics_buttons(show_auto_devops_callout: show_auto_devops_callout)