@deque/cauldron-styles 5.0.0-canary.f2e189b3 → 5.0.0-canary.f3b5709c
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 +4 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -4197,12 +4197,12 @@ fieldset.Panel {
|
|
|
4197
4197
|
}
|
|
4198
4198
|
|
|
4199
4199
|
.Breadcrumb ol {
|
|
4200
|
-
display:
|
|
4200
|
+
display: block;
|
|
4201
|
+
word-break: break-all;
|
|
4201
4202
|
align-items: center;
|
|
4202
4203
|
list-style-type: none;
|
|
4203
4204
|
padding: 0;
|
|
4204
4205
|
margin: 0;
|
|
4205
|
-
flex-wrap: wrap;
|
|
4206
4206
|
}
|
|
4207
4207
|
|
|
4208
4208
|
.Breadcrumb__Separator {
|
|
@@ -4213,13 +4213,13 @@ fieldset.Panel {
|
|
|
4213
4213
|
.Breadcrumb__Link {
|
|
4214
4214
|
font-weight: 400;
|
|
4215
4215
|
padding: 0;
|
|
4216
|
+
display: inline;
|
|
4216
4217
|
}
|
|
4217
4218
|
|
|
4218
4219
|
.Breadcrumb__Item {
|
|
4219
4220
|
font-weight: 500;
|
|
4220
4221
|
color: var(--link-text-color);
|
|
4221
|
-
display:
|
|
4222
|
-
flex-wrap: nowrap;
|
|
4222
|
+
display: inline;
|
|
4223
4223
|
}
|
|
4224
4224
|
|
|
4225
4225
|
:root {
|
package/package.json
CHANGED