Commit 7732542c authored by Clement Ho's avatar Clement Ho

Merge branch '35418-remove-underline-for-avatar' into 'master'

Resolve "Remove underline for avatar"

Closes #35418

See merge request gitlab-org/gitlab-ce!17219
parents 0a523820 c2440a9b
......@@ -115,6 +115,10 @@
display: block;
margin-top: 7px;
.issue-link {
display: inline-block;
}
.issuable-number {
color: $gl-text-color-secondary;
margin-right: 5px;
......
......@@ -17,7 +17,7 @@
= confidential_icon(issuable)
= link_to issuable.title, issuable_url_args, title: issuable.title
.issuable-detail
= link_to [namespace, project, issuable] do
= link_to [namespace, project, issuable], class: 'issue-link' do
%span.issuable-number= issuable.to_reference
- labels.each do |label|
......
---
title: remove avater underline
merge_request: 17219
author: Ken Ding
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