diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-06-22 21:26:41 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-06-23 17:45:22 -0400 |
commit | 12aca07723c62b3ef79c774ae43ffa2c5b1f5ab1 (patch) | |
tree | f7bf3477f21d9d9b4f403df17f095106284bf366 /app/views/projects | |
parent | ee8b0d37fa086e2a467c383b01e7138587151570 (diff) | |
download | gitlab-ce-12aca07723c62b3ef79c774ae43ffa2c5b1f5ab1.tar.gz |
Fix positioning of Repository sub nav scrolling
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/commits/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_head.html.haml b/app/views/projects/commits/_head.html.haml index db0d3754082..b11b6c24ccd 100644 --- a/app/views/projects/commits/_head.html.haml +++ b/app/views/projects/commits/_head.html.haml @@ -1,4 +1,4 @@ -.scrolling-tabs-container +.scrolling-tabs-container.sub-nav-scroll .fade-left = icon('arrow-left') .fade-right |