@florid-kit/components 0.8.45 → 0.8.46
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -2590,7 +2590,7 @@ lt.styles = y`
|
|
|
2590
2590
|
background-color: var(--color-content-success);
|
|
2591
2591
|
}
|
|
2592
2592
|
|
|
2593
|
-
:host(:not([type$="percentage"])) .tag
|
|
2593
|
+
:host(:not([type$="percentage"])) .tag {
|
|
2594
2594
|
@media (max-width: 375px) {
|
|
2595
2595
|
overflow: hidden;
|
|
2596
2596
|
white-space: nowrap;
|