fix(Alert): allow actions wrap (#3083)

This commit is contained in:
Alex
2025-01-13 14:46:45 +01:00
committed by GitHub
parent 1d54fd3e2d
commit e7c10bcb0d
4 changed files with 46 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export default (options: Required<ModuleOptions>) => ({
icon: 'shrink-0 size-5',
avatar: 'shrink-0',
avatarSize: '2xl',
actions: 'flex gap-1.5 shrink-0',
actions: 'flex flex-wrap gap-1.5 shrink-0',
close: 'p-0.5'
},
variants: {