Skip to content

Commit

Permalink
fix(web): Fix settings tab overflow on mobile layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Oct 13, 2024
1 parent 8741ab0 commit cdd0088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/dashboard/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdd0088

Please sign in to comment.