Skip to content

Commit

Permalink
tab panel will now wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-wishes committed Mar 7, 2024
1 parent 2d7c8e1 commit baae81c
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 151 deletions.
2 changes: 1 addition & 1 deletion library/src/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function TabList({
return (
<RTabs.TabsList
className={twMerge(
"before:bg-border relative mb-0.5 flex gap-4 before:absolute before:bottom-0 before:left-0 before:right-0 before:h-[1px] before:rounded-sm",
"before:bg-border relative mb-0.5 flex flex-wrap gap-4 before:absolute before:bottom-0 before:left-0 before:right-0 before:h-[1px] before:rounded-sm",
className,
)}
style={style}
Expand Down
Loading

0 comments on commit baae81c

Please sign in to comment.