Skip to content

Commit

Permalink
fix(AvatarGroup): add justify-end to wrapper to prevent right align
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 7, 2023
1 parent b3bc6e2 commit e578b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const avatar = {
}

const avatarGroup = {
wrapper: 'flex flex-row-reverse',
wrapper: 'flex flex-row-reverse justify-end',
ring: 'ring-2 ring-white dark:ring-gray-900',
margin: '-me-1.5 first:me-0'
}
Expand Down

0 comments on commit e578b0d

Please sign in to comment.