Misalignment of Avatar when forking project
Summary
The avatar in the second step of forking (if you are part of a group) has a little UI bug. The avatar is not centered correctly like shown in this screenshot:
Steps to reproduce
PRECONDITION: User has to be in at least one group (2+ options for a fork destination)
- search for a public repository
- select a public repository
- click
fork
button
What is the current bug behavior?
What is the expected correct behavior?
Possible fixes
the CSS-class .s100.avatar-container
has margin-right: 16px;
on it. If you simply remove it from the class the avatar alignment is correct.