Prevent tab labels wrapping

cgen-2ed016ed76e4443c87b8d77c731f5cce
This commit is contained in:
Builder.io 2025-10-13 23:16:46 +00:00
parent 7d56af688c
commit 3065d08ea0

View file

@ -1777,7 +1777,7 @@ export default function Community() {
<TabsTrigger
key={tab.id}
value={tab.id}
className="rounded-xl px-4 py-2 text-sm font-semibold text-muted-foreground transition data-[state=active]:bg-gradient-to-r data-[state=active]:from-aethex-500/20 data-[state=active]:to-neon-blue/20 data-[state=active]:text-foreground data-[state=active]:shadow"
className="rounded-xl px-4 py-2 text-sm font-semibold text-muted-foreground transition whitespace-nowrap data-[state=active]:bg-gradient-to-r data-[state=active]:from-aethex-500/20 data-[state=active]:to-neon-blue/20 data-[state=active]:text-foreground data-[state=active]:shadow"
>
{tab.label}
</TabsTrigger>