summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-08-31 14:12:32 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-08-31 14:33:03 -0500
commit7d52f29b9b563f6a45e9670db6f95bc3459f4a68 (patch)
tree505be9dae5010f7e09b0842ea912859103ba90d2 /app
parent9aef0427eb9986fc27a399ea6b47e1518d6ebdac (diff)
downloadgitlab-ce-7d52f29b9b563f6a45e9670db6f95bc3459f4a68.tar.gz
Fix new nav wrapping caret and increasing height36821-fix-new-nav-wrapping-caret-and-increasing-height
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/36821
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/nav/_new_dashboard.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/_new_dashboard.html.haml b/app/views/layouts/nav/_new_dashboard.html.haml
index cfdfcbebc9f..f9f557518d3 100644
--- a/app/views/layouts/nav/_new_dashboard.html.haml
+++ b/app/views/layouts/nav/_new_dashboard.html.haml
@@ -7,7 +7,7 @@
= link_to dashboard_groups_path, class: 'dashboard-shortcuts-groups', title: 'Groups' do
Groups
- = nav_link(path: 'dashboard#activity', html_options: { class: "hidden-xs hidden-sm" }) do
+ = nav_link(path: 'dashboard#activity', html_options: { class: "hidden-xs hidden-sm hidden-md" }) do
= link_to activity_dashboard_path, class: 'dashboard-shortcuts-activity', title: 'Activity' do
Activity
@@ -17,7 +17,7 @@
= icon("chevron-down", class: "dropdown-chevron")
.dropdown-menu
%ul
- = nav_link(path: 'dashboard#activity', html_options: { class: "visible-xs visible-sm" }) do
+ = nav_link(path: 'dashboard#activity', html_options: { class: "visible-xs visible-sm visible-md" }) do
= link_to activity_dashboard_path, title: 'Activity' do
Activity