@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.
|
@@ -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
|
-
|
|
378
|
+
height: 100%;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
.pf-c-drawer__splitter {
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
13264
|
+
height: 100%;
|
|
13265
13265
|
}
|
|
13266
13266
|
|
|
13267
13267
|
.pf-c-drawer__splitter {
|