@deque/cauldron-styles 4.1.0-canary.d1059d02 → 4.1.0-canary.e368ef0b

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 +1 -5
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2271,10 +2271,6 @@ p .Link {
2271
2271
  box-sizing: border-box;
2272
2272
  }
2273
2273
 
2274
- .Card__content ul li {
2275
- border-bottom: 1px solid var(--list-separator);
2276
- }
2277
-
2278
2274
  .Card__footer {
2279
2275
  padding: var(--space-small);
2280
2276
  text-align: center;
@@ -3313,11 +3309,11 @@ button.TooltipTabstop {
3313
3309
  }
3314
3310
 
3315
3311
  .Table {
3312
+ table-layout: auto;
3316
3313
  font-size: var(--text-size-small);
3317
3314
  border-collapse: collapse;
3318
3315
  text-align: left;
3319
3316
  width: 100%;
3320
- table-layout: fixed;
3321
3317
  overflow-wrap: break-word;
3322
3318
  }
3323
3319
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.1.0-canary.d1059d02",
3
+ "version": "4.1.0-canary.e368ef0b",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",