@patternfly/patternfly 4.204.0 → 4.204.1

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.
@@ -303,7 +303,7 @@
303
303
  }
304
304
 
305
305
  .pf-c-drawer__body > .pf-c-page__main {
306
- min-height: 100%;
306
+ height: 100%;
307
307
  }
308
308
 
309
309
  .pf-c-drawer__splitter {
@@ -373,9 +373,9 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
373
373
  }
374
374
  }
375
375
 
376
- // Page level drawer
376
+ // Page level drawer - move to page component in breaking change
377
377
  .pf-c-drawer__body > .pf-c-page__main {
378
- min-height: 100%;
378
+ height: 100%;
379
379
  }
380
380
 
381
381
  .pf-c-drawer__splitter {
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": "4.204.0",
4
+ "version": "4.204.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -13134,7 +13134,7 @@ label.pf-c-check, .pf-c-check__label,
13134
13134
  }
13135
13135
 
13136
13136
  .pf-c-drawer__body > .pf-c-page__main {
13137
- min-height: 100%;
13137
+ height: 100%;
13138
13138
  }
13139
13139
 
13140
13140
  .pf-c-drawer__splitter {
package/patternfly.css CHANGED
@@ -13261,7 +13261,7 @@ label.pf-c-check, .pf-c-check__label,
13261
13261
  }
13262
13262
 
13263
13263
  .pf-c-drawer__body > .pf-c-page__main {
13264
- min-height: 100%;
13264
+ height: 100%;
13265
13265
  }
13266
13266
 
13267
13267
  .pf-c-drawer__splitter {