Skip to content

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:

Screenshot_2019-07-27_at_07.09.06

Steps to reproduce

PRECONDITION: User has to be in at least one group (2+ options for a fork destination)

  1. search for a public repository
  2. select a public repository
  3. click fork button

What is the current bug behavior?

Screenshot_2019-07-27_at_07.09.06

What is the expected correct behavior?

Screenshot_2019-07-27_at_07.16.18

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.