You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for .pf-m-fill on .pf-v6-c-page__main-container. Probably fine for this to have a generic prop like <Page isContentFill> or isMainContentFill or something like that?
The reason for this is the main content area (and page sections) no longer grow to fill the viewport height by default. If a user has a layout where they want a page section to fill the available space (or they just want the white box around the content area to extend to the bottom of the viewport), they'll need to set .pf-m-fill on __main-container and on any page sections they want to fill.
Verify we support .pf-m-fill and .pf-m-no-fill on these classes and add support if we don't
.pf-v6-c-page__main-section
.pf-v6-c-page__main-group
.pf-v6-c-page__main-wizard
The text was updated successfully, but these errors were encountered:
follow up to core PR patternfly/patternfly#6832
.pf-m-fill
on.pf-v6-c-page__main-container
. Probably fine for this to have a generic prop like<Page isContentFill>
orisMainContentFill
or something like that?.pf-m-fill
on__main-container
and on any page sections they want to fill..pf-m-fill
and.pf-m-no-fill
on these classes and add support if we don't.pf-v6-c-page__main-section
.pf-v6-c-page__main-group
.pf-v6-c-page__main-wizard
The text was updated successfully, but these errors were encountered: