diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-28 15:56:08 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-28 15:56:08 +0100 |
commit | 28b8b92e846ccd9f96b18bf6de385c44d8a8359c (patch) | |
tree | 6d65723afb3f22a8b56945f1adbaa641dfe6ace7 /app/views/search | |
parent | 6d14af2c3a1f80c7f8e842b479e7db679c745572 (diff) | |
download | gitlab-ce-28b8b92e846ccd9f96b18bf6de385c44d8a8359c.tar.gz |
Fixed alignment on some pages
Fixed pipelines tabs not showing arrows
Diffstat (limited to 'app/views/search')
-rw-r--r-- | app/views/search/_category.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/_category.html.haml b/app/views/search/_category.html.haml index 4dcd162916b..059a0d1ac78 100644 --- a/app/views/search/_category.html.haml +++ b/app/views/search/_category.html.haml @@ -1,4 +1,4 @@ -.scrolling-tabs-container.inner-page-scroll-tabs +.scrolling-tabs-container.inner-page-scroll-tabs.is-smaller .fade-left= icon('angle-left') .fade-right= icon('angle-right') %ul.nav-links.search-filter.scrolling-tabs |