Commit 7fa0c766 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch...

Merge branch '64746-Commit-authors-avatar-sretched-in-commit-view-if-no-image-is-loaded' into 'master'

Changed `author_avatar` to inline-block class

Closes #64746

See merge request gitlab-org/gitlab-ce!30904
parents 7595e3ba 2246bb7d
......@@ -52,7 +52,7 @@ module AvatarsHelper
user: commit_or_event.author,
user_name: commit_or_event.author_name,
user_email: commit_or_event.author_email,
css_class: 'd-none d-sm-inline'
css_class: 'd-none d-sm-inline-block'
}))
end
......
---
title: Fixed distorted avatars when resource not reachable
merge_request: 30904
author: Marc Schwede
type: other
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