Skip to content

Commit c570d62

Browse files
committedMay 13, 2025
Add custom rules for drawer body to have full length
Signed-off-by: Charles Thao <cthao@redhat.com>
1 parent 40e8f6c commit c570d62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎workspaces/frontend/src/shared/style/MUI-theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,11 @@
772772
flex-grow: 0;
773773
}
774774

775+
// TODO: Remove when https://github.com/patternfly/patternfly-react/issues/11826 is resolved.
776+
.pf-v6-c-page__main-section .pf-v6-c-page__main-body {
777+
height: 100%;
778+
}
779+
775780
.mui-theme .pf-v6-c-pagination {
776781
--pf-v6-c-pagination__total-items--Display: block;
777782
}

0 commit comments

Comments
 (0)