@deque/cauldron-styles 5.0.0-canary.f1b65af4 → 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.
Files changed (2) hide show
  1. package/dist/index.css +4 -4
  2. 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: flex;
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: flex;
4222
- flex-wrap: nowrap;
4222
+ display: inline;
4223
4223
  }
4224
4224
 
4225
4225
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.0.0-canary.f1b65af4",
3
+ "version": "5.0.0-canary.f3b5709c",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",