@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.js
CHANGED
|
@@ -12364,7 +12364,7 @@ var MultiCombobox = ({
|
|
|
12364
12364
|
"span",
|
|
12365
12365
|
{
|
|
12366
12366
|
className: cn(
|
|
12367
|
-
"inline-flex items-center gap-1.5 bg-primary/10 text-primary rounded-full transition-all duration-200
|
|
12367
|
+
"inline-flex items-center gap-1.5 bg-primary/10 text-primary rounded-full transition-all duration-200 min-w-0",
|
|
12368
12368
|
"hover:bg-primary/20",
|
|
12369
12369
|
sizeStyles8[size].tag
|
|
12370
12370
|
),
|