@underverse-ui/underverse 1.0.18 → 1.0.19
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -12544,7 +12544,7 @@ var MultiCombobox = ({
|
|
|
12544
12544
|
"span",
|
|
12545
12545
|
{
|
|
12546
12546
|
className: cn(
|
|
12547
|
-
"inline-flex items-center gap-1.5 bg-primary/10 text-primary rounded-full transition-all duration-200
|
|
12547
|
+
"inline-flex items-center gap-1.5 bg-primary/10 text-primary rounded-full transition-all duration-200 min-w-0",
|
|
12548
12548
|
"hover:bg-primary/20",
|
|
12549
12549
|
sizeStyles8[size].tag
|
|
12550
12550
|
),
|