mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Merge branch 'browse-issues-incorrect-positioning-in-firefox-on-commit-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:  Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/10849 See merge request !2489
This commit is contained in:
committed by
Robert Speicher
parent
aa36717fdb
commit
208008ee39
@@ -36,6 +36,10 @@ li.commit {
|
||||
line-height: 20px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
.btn-clipboard {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.notes_count {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user