Commit 1732900b authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Improve timeline-icon CSS

Add float to all timeline icons instead of only
those for system notes
parent 670fa76a
......@@ -355,10 +355,13 @@ $note-form-margin-left: 72px;
}
}
.timeline-icon {
float: left;
}
.system-note,
.discussion-filter-note {
.timeline-icon {
float: left;
display: flex;
align-items: center;
background-color: $white-light;
......
---
title: Fix broken notes avatar rendering in Chrome 77
merge_request: 18110
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