Prevent tab labels wrapping
cgen-2ed016ed76e4443c87b8d77c731f5cce
This commit is contained in:
parent
7d56af688c
commit
3065d08ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue