fix(AvatarGroup): add justify-end to wrapper to prevent right align

This commit is contained in:
Benjamin Canac
2023-09-06 17:46:58 +02:00
parent b3bc6e2e9e
commit e578b0dd9e

View File

@@ -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'
}