We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8741ab0 commit cdd0088Copy full SHA for cdd0088
1 file changed
apps/web/app/dashboard/settings/page.tsx
@@ -13,7 +13,7 @@ export default async function Settings() {
13
orientation="horizontal"
14
className="flex flex-col gap-1"
15
>
16
- <TabsList className="flex justify-start">
+ <TabsList className="flex justify-start overflow-x-auto overflow-y-hidden">
17
<TabsTrigger className="flex items-center gap-2 p-3" value="info">
18
<User className="size-4" />
19
User Info
0 commit comments