Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzanne Selhorn <sselhorn@gitlab.com>2020-10-23 20:35:55 +0300
committerCraig Norris <cnorris@gitlab.com>2020-10-23 20:35:55 +0300
commite9373584a8130553221e632509b42d1a97e3f0d8 (patch)
treedcf1c778aa2e0526eefe5c3eefacfba5999a9258
parent04ed43a99627c3497c5df4bc1e98dab98da6741d (diff)
Fixed spacing on topics without breadcrumbs
-rw-r--r--layouts/breadcrumbs.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/breadcrumbs.html b/layouts/breadcrumbs.html
index 0dd1ecf5..8fe7cd6d 100644
--- a/layouts/breadcrumbs.html
+++ b/layouts/breadcrumbs.html
@@ -7,5 +7,7 @@
<% end %>
<li class="breadcrumb"><%= @item.key?(:title) ? "#{@item[:title]}" : "Current page" %></li>
</ul>
+ <% else %>
+ <div class="pt-5" />
<% end %>
<% end %> \ No newline at end of file