Commit bb112f0f authored by Mayra Cabrera's avatar Mayra Cabrera

Ensure enough space between branch links

parent 719cdd3a
...@@ -65,6 +65,10 @@ ...@@ -65,6 +65,10 @@
display: inline; display: inline;
} }
.branch-link {
margin-bottom: 2px;
}
.limit-box { .limit-box {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
......
...@@ -62,7 +62,7 @@ module CommitsHelper ...@@ -62,7 +62,7 @@ module CommitsHelper
# Returns a link formatted as a commit branch link # Returns a link formatted as a commit branch link
def commit_branch_link(url, text) 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}" icon('code-fork') + " #{text}"
end end
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