Commit 759edacb authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Fix alignment of comments count in issuable lists

parent e684417f
...@@ -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