Skip to content

Commit cdd0088

Browse files
committed
fix(web): Fix settings tab overflow on mobile layouts
1 parent 8741ab0 commit cdd0088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/dashboard/settings/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default async function Settings() {
1313
orientation="horizontal"
1414
className="flex flex-col gap-1"
1515
>
16-
<TabsList className="flex justify-start">
16+
<TabsList className="flex justify-start overflow-x-auto overflow-y-hidden">
1717
<TabsTrigger className="flex items-center gap-2 p-3" value="info">
1818
<User className="size-4" />
1919
User Info

0 commit comments

Comments
 (0)