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

Merge branch 'fix-issuable-list-comments-icon' into 'master'

Fix alignment of comments count in issuable lists

See merge request gitlab-org/gitlab!16829
parents 4615c56d 759edacb
...@@ -29,10 +29,6 @@ ...@@ -29,10 +29,6 @@
.author-link { .author-link {
display: inline-block; display: inline-block;
} }
.issuable-comments {
height: 18px;
}
} }
.icon-merge-request-unmerged { .icon-merge-request-unmerged {
......
...@@ -461,10 +461,6 @@ ...@@ -461,10 +461,6 @@
.author-link { .author-link {
display: inline-block; display: inline-block;
} }
.issuable-comments {
height: 18px;
}
} }
.merge-request-title { .merge-request-title {
......
---
title: Fix alignment of comments count in issue and MR lists
merge_request: 16829
author:
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