Commit bb112f0f authored by Mayra Cabrera's avatar Mayra Cabrera

Ensure enough space between branch links

parent 719cdd3a
......@@ -65,6 +65,10 @@
display: inline;
}
.branch-link {
margin-bottom: 2px;
}
.limit-box {
display: inline-flex;
align-items: center;
......
......@@ -62,7 +62,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') do
link_to(url, class: 'label label-gray ref-name branch-link') do
icon('code-fork') + " #{text}"
end
end
......
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