Skip to content

Commit

Permalink
Merge branch 'browse-issues-incorrect-positioning-in-firefox-on-commi…
Browse files Browse the repository at this point in the history
…t-page' into 'master'


Fix positioning issues with browse files button

Issue is that in Firefox clipboard is blocking the browse files
from moving all the way to the right.
Move clipboard up 1px into -1px to unblock "browse files"

SS from firefox:

![Screen_Shot_2016-01-18_at_4.01.58_PM](/uploads/312a5f1e55ca707081f718e2413416fb/Screen_Shot_2016-01-18_at_4.01.58_PM.png)

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/10849


See merge request !2489
  • Loading branch information
dzaporozhets committed Jan 19, 2016
2 parents 3d7994a + ea44742 commit 0782ca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/pages/commits.scss
Expand Up @@ -36,6 +36,10 @@ li.commit {
line-height: 20px;
margin-bottom: 2px;

.btn-clipboard {
margin-top: -1px;
}

.notes_count {
float: right;
margin-right: 10px;
Expand Down

0 comments on commit 0782ca7

Please sign in to comment.