Fix: Make last tab span full width

This commit is contained in:
gpt-engineer-app[bot]
2025-10-28 14:01:57 +00:00
parent 55f1b8ea99
commit 9c95c6016c

View File

@@ -407,7 +407,7 @@ export function ContentTabs() {
<TabsTrigger value="closing-soon" className="px-4 py-2.5 text-sm font-medium rounded-full data-[state=active]:bg-primary data-[state=active]:text-primary-foreground hover:bg-muted/50 transition-colors text-center">
Closing Soon
</TabsTrigger>
<TabsTrigger value="recently-closed" className="px-4 py-2.5 text-sm font-medium rounded-full data-[state=active]:bg-primary data-[state=active]:text-primary-foreground hover:bg-muted/50 transition-colors text-center">
<TabsTrigger value="recently-closed" className="px-4 py-2.5 text-sm font-medium rounded-full data-[state=active]:bg-primary data-[state=active]:text-primary-foreground hover:bg-muted/50 transition-colors text-center lg:col-span-6">
Recently Closed
</TabsTrigger>
</TabsList>