GitHub

Original file line numberDiff line numberDiff line change

@@ -1,9 +1,9 @@

11

export default {

22

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',

44

icon: 'size-4 shrink-0 text-highlighted',

5-

content: 'flex-1 min-w-0',

5+

content: 'min-w-0',

66

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'

88

}

99

}

Read the original on github.com ↗