@deque/cauldron-styles 6.26.0-canary.bd48a985 → 6.27.0-canary.2c4ec65c
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.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2227,8 +2227,8 @@ a.IconButton {
|
|
|
2227
2227
|
}
|
|
2228
2228
|
|
|
2229
2229
|
.Link:where(:has(.Icon)) {
|
|
2230
|
-
|
|
2231
|
-
|
|
2230
|
+
width: -moz-fit-content;
|
|
2231
|
+
width: fit-content;
|
|
2232
2232
|
display: inline-flex;
|
|
2233
2233
|
align-items: center;
|
|
2234
2234
|
gap: var(--space-half);
|
package/package.json
CHANGED