|
1 | 1 | export default { |
2 | 2 | slots: { |
3 | | -root: 'relative flex items-center gap-2 border border-muted bg-muted rounded-md px-4 py-3 my-5 last:mb-0', |
| 3 | +root: 'relative flex flex-wrap items-center gap-2 border border-muted bg-muted rounded-md px-4 py-3 my-5 last:mb-0', |
4 | 4 | icon: 'size-4 shrink-0 text-highlighted', |
5 | | -content: 'flex-1 min-w-0', |
| 5 | +content: 'min-w-0', |
6 | 6 | description: 'text-sm/6 text-default font-medium', |
7 | | -actions: 'flex items-center shrink-0 gap-1.5' |
| 7 | +actions: 'flex flex-wrap items-center gap-1.5 ms-auto' |
8 | 8 | } |
9 | 9 | } |