mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
fix(AvatarGroup): add justify-end to wrapper to prevent right align
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user