@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.5

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.
@@ -281,7 +281,6 @@
281
281
  }
282
282
 
283
283
  .pf-c-drawer__body {
284
- min-height: 0;
285
284
  padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
286
285
  }
287
286
  .pf-c-drawer__body.pf-m-no-padding {
@@ -345,7 +345,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
345
345
 
346
346
  // Modified content children
347
347
  .pf-c-drawer__body {
348
- min-height: 0;
349
348
  padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
350
349
 
351
350
  // No padding
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.0.0-alpha.4",
4
+ "version": "5.0.0-alpha.5",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -13010,7 +13010,6 @@ label.pf-c-check, .pf-c-check__label,
13010
13010
  }
13011
13011
 
13012
13012
  .pf-c-drawer__body {
13013
- min-height: 0;
13014
13013
  padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
13015
13014
  }
13016
13015
  .pf-c-drawer__body.pf-m-no-padding {
package/patternfly.css CHANGED
@@ -13133,7 +13133,6 @@ label.pf-c-check, .pf-c-check__label,
13133
13133
  }
13134
13134
 
13135
13135
  .pf-c-drawer__body {
13136
- min-height: 0;
13137
13136
  padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
13138
13137
  }
13139
13138
  .pf-c-drawer__body.pf-m-no-padding {