Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2246bb7d
Commit
2246bb7d
authored
Jul 24, 2019
by
Marc Schwede
Committed by
Paul Slaughter
Jul 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed `author_avatar` to inline-block class
Fixes #64746
parent
7595e3ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/helpers/avatars_helper.rb
app/helpers/avatars_helper.rb
+1
-1
changelogs/unreleased/64746-Commit-authors-avatar-sretched-in-commit-view-if-no-image-is-loaded.yml
...-avatar-sretched-in-commit-view-if-no-image-is-loaded.yml
+5
-0
No files found.
app/helpers/avatars_helper.rb
View file @
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
...
...
changelogs/unreleased/64746-Commit-authors-avatar-sretched-in-commit-view-if-no-image-is-loaded.yml
0 → 100644
View file @
2246bb7d
---
title
:
Fixed distorted avatars when resource not reachable
merge_request
:
30904
author
:
Marc Schwede
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment