summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/breadcrumbs
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-18 17:19:23 +0100
committerPhil Hughes <me@iamphill.com>2017-08-18 17:19:23 +0100
commita8460f215cc1949b993e774dc00bad0b506abcfa (patch)
tree57bc21d53cc2b264e622edbacbaa3b53282cc684 /app/views/layouts/nav/breadcrumbs
parent4e74eb8178faaf364a421a5113877db434d365e8 (diff)
downloadgitlab-ce-a8460f215cc1949b993e774dc00bad0b506abcfa.tar.gz
style updates
fixed some more breadcrumb titles
Diffstat (limited to 'app/views/layouts/nav/breadcrumbs')
-rw-r--r--app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml b/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
index 5454e452a84..28022eebb19 100644
--- a/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
+++ b/app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
@@ -8,4 +8,4 @@
.dropdown-menu
%ul
- @breadcrumb_dropdown_links[dropdown_location].each_with_index do |link, index|
- %li{ style: "text-indent: #{[index * 15, 60].min}px;" }= link
+ %li{ style: "text-indent: #{[index * 16, 60].min}px;" }= link