diff options
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/dashboard/settings/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/dashboard/settings/page.tsx b/apps/web/app/dashboard/settings/page.tsx index c116fb86..11883d55 100644 --- a/apps/web/app/dashboard/settings/page.tsx +++ b/apps/web/app/dashboard/settings/page.tsx @@ -13,7 +13,7 @@ export default async function Settings() { orientation="horizontal" className="flex flex-col gap-1" > - <TabsList className="flex justify-start"> + <TabsList className="flex justify-start overflow-x-auto overflow-y-hidden"> <TabsTrigger className="flex items-center gap-2 p-3" value="info"> <User className="size-4" /> User Info |
