Skip to content

Commit a848281

Browse files
committed
fix: remove w-full from context menu buttons to shrink width
1 parent ab9d274 commit a848281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/LogoContextMenu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ onKeyStroke('Escape', () => {
8080
<ButtonBase
8181
role="menuitem"
8282
size="sm"
83-
class="w-full text-start gap-x-2 border-none !px-3 !py-1.5"
83+
class="text-start gap-x-2 border-none !px-3 !py-1.5"
8484
:classicon="copied ? 'i-lucide:check text-badge-green' : 'i-lucide:copy'"
8585
@click="copySvg"
8686
>
@@ -89,7 +89,7 @@ onKeyStroke('Escape', () => {
8989
<ButtonBase
9090
role="menuitem"
9191
size="sm"
92-
class="w-full text-start gap-x-2 border-none !px-3 !py-1.5"
92+
class="text-start gap-x-2 border-none !px-3 !py-1.5"
9393
classicon="i-lucide:palette"
9494
@click="goToBrand"
9595
>

0 commit comments

Comments
 (0)