Commit 2246bb7d authored by Marc Schwede's avatar Marc Schwede Committed by Paul Slaughter

Changed `author_avatar` to inline-block class

Fixes #64746
parent 7595e3ba
......@@ -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