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
This commit is contained in:
parent
1d5f96cf97
commit
ea44742b47
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ li.commit {
|
|||
line-height: 20px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
.btn-clipboard {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.notes_count {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Reference in a new issue