@deque/cauldron-styles 4.1.0-canary.a5dcfeed → 4.1.0-canary.cb274348

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 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -381,7 +381,7 @@ p {
381
381
  position: relative;
382
382
  text-align: center;
383
383
  text-transform: uppercase;
384
- height: 36px;
384
+ min-height: 36px;
385
385
  min-width: 100px;
386
386
  display: inline-grid;
387
387
  grid-auto-flow: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.1.0-canary.a5dcfeed",
3
+ "version": "4.1.0-canary.cb274348",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",