Skip to content
Snippets Groups Projects
Commit ea44742b authored by Jacob Schatz's avatar Jacob Schatz
Browse files

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
parent 1d5f96cf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment