Commit f4056979 authored by Fatih Acet's avatar Fatih Acet

Merge branch...

Merge branch '31030-when-viewing-comments-occasionally-the-users-profile-picture-will-be-out-of-place' into 'master'

Fix broken notes avatar rendering in Chrome 77

See merge request gitlab-org/gitlab!18110
parents 647ac0d2 1732900b
...@@ -355,10 +355,13 @@ $note-form-margin-left: 72px; ...@@ -355,10 +355,13 @@ $note-form-margin-left: 72px;
} }
} }
.timeline-icon {
float: left;
}
.system-note, .system-note,
.discussion-filter-note { .discussion-filter-note {
.timeline-icon { .timeline-icon {
float: left;
display: flex; display: flex;
align-items: center; align-items: center;
background-color: $white-light; 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