Fix spacing in commit view of MR
What does this MR do and why?
When using gl-avatar
, there was no spacing between avatar and commit title on the inidividual commit view of an MR anymore.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
![]() |
![]() |
How to enable locally
- Run
bin/rails c
- Wait until everything has loaded
- Run
Feature.enable(:gl_avatar_for_all_user_avatars)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Marcel van Remmerden