diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index 7e895e6b..aceea64f 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -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' }