Skip to content

Commit 68d6c8d

Browse files
committed
fix: oh no
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent 05f7fbc commit 68d6c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/ui/NavTabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<nav
33
ref="scrollContainer"
4-
class="relative flex w-full overflow-x-auto overflow-y-hidden rounded-full bg-bg-raised p-1 text-sm font-bold"
4+
class="relative flex w-fit overflow-x-auto overflow-y-hidden rounded-full bg-bg-raised p-1 text-sm font-bold"
55
>
66
<div class="flex min-w-fit">
77
<NuxtLink

0 commit comments

Comments
 (0)