Commit ee0a007f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '39010-add-left-margin-to-1st-time-contributor-badge' into 'master'

fix #39010 - add left margin to 1st time contributor badge

Closes #39010

See merge request gitlab-org/gitlab-ce!25216
parents e0fc809b deafa368
......@@ -200,7 +200,7 @@ module IssuablesHelper
author_output
end
output << content_tag(:span, (issuable_first_contribution_icon if issuable.first_contribution?), class: 'has-tooltip', title: _('1st contribution!'))
output << content_tag(:span, (issuable_first_contribution_icon if issuable.first_contribution?), class: 'has-tooltip prepend-left-4', title: _('1st contribution!'))
output << content_tag(:span, (issuable.task_status if issuable.tasks?), id: "task_status", class: "d-none d-sm-none d-md-inline-block prepend-left-8")
output << content_tag(:span, (issuable.task_status_short if issuable.tasks?), id: "task_status_short", class: "d-md-none")
......
---
title: Add left margin to 1st time contributor badge
merge_request: 25216
author: Gokhan Apaydin
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