Skip to content

Commit cf2aba1

Browse files
authored
fix(app): set template menu content min width to fit-content (#212)
1 parent 2357d08 commit cf2aba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/TemplateMenu.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
label: 'Changelog',
3131
to: 'https://changelog-template.nuxt.dev/'
3232
}]"
33-
:ui="{ content: 'w-(--reka-dropdown-menu-trigger-width) min-w-0' }"
33+
:content="{ align: 'start' }"
34+
:ui="{ content: 'min-w-fit' }"
3435
size="xs"
3536
>
3637
<UButton

0 commit comments

Comments
 (0)