@orangecheck/design 0.28.10 → 0.28.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1752,7 +1752,7 @@ function TabsList({ className, ...props }) {
1752
1752
  {
1753
1753
  "data-slot": "tabs-list",
1754
1754
  className: cn(
1755
- "border-border -mb-px flex min-w-0 items-center gap-6 overflow-x-auto border-b [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",
1755
+ "border-border -mb-px flex flex-wrap items-center gap-6 border-b",
1756
1756
  className
1757
1757
  ),
1758
1758
  ...props