Commit c2440a9b authored by Ken's avatar Ken

35418 - remove avatar underline


35418 - update changelog
parent 9f06e313
......@@ -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