Skip to content

Commit

Permalink
fix(drawer): removed body min-height (patternfly#5322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker authored and mattnolting committed May 18, 2023
1 parent 2d028d9 commit 111ab2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patternfly/components/Drawer/drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);

// Modified content children
.pf-c-drawer__body {
min-height: 0;
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);

// No padding
Expand Down

0 comments on commit 111ab2f

Please sign in to comment.