Commit f150f262 authored by Douwe Maan's avatar Douwe Maan

Revert "Merge branch 'fix-size-and-position-for-fork-icon' into 'master'"

This reverts merge request !18399
parent 923f5af2
This diff is collapsed.
......@@ -19,7 +19,6 @@
.fork-svg {
margin-right: 4px;
vertical-align: bottom;
}
}
......
......@@ -70,7 +70,7 @@
}
.branch-info .commit-icon {
margin-right: 8px;
margin-right: 3px;
svg {
top: 3px;
......
......@@ -63,7 +63,7 @@ module CommitsHelper
# Returns a link formatted as a commit branch link
def commit_branch_link(url, text)
link_to(url, class: 'label label-gray ref-name branch-link') do
sprite_icon('fork', size: 12, css_class: 'fork-svg') + "#{text}"
sprite_icon('fork', size: 16, css_class: 'fork-svg') + "#{text}"
end
end
......
---
title: Fix size and position for fork icon
merge_request: 18399
author: George Tsiolis
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment