fix(GlAvatarInline): Fix spacing in GlAvatarInlne
Absolute positioning was used previously for this, which necessitated a lot of manual size management. This resulted in a bug where the parent component did not have the right width. This change uses negative right margin on avatars when the avatar-inline component is collapsed so that the parent element will always have the same size as the apparent size of the avatars. This change also corrects the way positive right margins are applied when the avatars-inline is not collapsed so that the final avatar does not have unnecessary right margin.
Loading
-
mentioned in commit 4a9d38a3
-
mentioned in merge request gitlab-org/frontend/pajamas-adoption-scanner!243 (merged)
-
mentioned in merge request gitlab-docs!4463 (merged)
-
mentioned in merge request gitlab!139114 (merged)
-
mentioned in merge request gitlab!139832 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!3665 (merged)
-
mentioned in merge request status-page!891 (merged)
-
mentioned in merge request status-page!893 (merged)
-
mentioned in merge request gitlab-org/frontend/playground/accessibility-scanner!21 (merged)
Please register or sign in to comment