fix: adds truncation to tab input (#7323)
Added classes to truncate tab input Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
This commit is contained in:
parent
f5c7df3a6b
commit
76a1e56e06
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default function TabComponent({
|
|||
<TabsTrigger
|
||||
key={`${id}_tab_${index}`}
|
||||
value={tab}
|
||||
className="flex-1"
|
||||
className="block flex-1 truncate px-2"
|
||||
disabled={disabled}
|
||||
>
|
||||
{tab}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue