parent
7595e3ba59
commit
2246bb7d22
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixed distorted avatars when resource not reachable
|
||||
merge_request: 30904
|
||||
author: Marc Schwede
|
||||
type: other
|
Loading…
Reference in a new issue