@deque/cauldron-styles 6.25.2 → 6.25.3
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 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2163,13 +2163,12 @@ a.IconButton {
|
|
|
2163
2163
|
}
|
|
2164
2164
|
|
|
2165
2165
|
.Link:where(:has(.Icon)) {
|
|
2166
|
-
width: -moz-max-content;
|
|
2167
|
-
width: max-content;
|
|
2166
|
+
max-width: -moz-max-content;
|
|
2167
|
+
max-width: max-content;
|
|
2168
2168
|
display: inline-flex;
|
|
2169
2169
|
align-items: center;
|
|
2170
2170
|
gap: var(--space-half);
|
|
2171
2171
|
flex-wrap: wrap;
|
|
2172
|
-
align-self: flex-start;
|
|
2173
2172
|
}
|
|
2174
2173
|
|
|
2175
2174
|
:root {
|