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
Updates the page sections to support multiple page body elements. This is for when you have multiple adjacent section blocks that will have the same background color (defined by the parent section) and reduced spacing between them compared to adjacent top-level page sections.
Add .pf-[v]-c-page__main-body to wrap the children of all top-level page sections (except __main-group) by default. Currently it's only added when used with isWidthLimited
Add isWidthLimited support for all of the page sections ^ except __main-group
Allow for multiple __main-body elements to be used within the sections except __main-group
While we're here, we should be able to remove support for __main-nav - that was previously used with tertiary navigation, which has since been removed.
The text was updated successfully, but these errors were encountered:
patternfly/patternfly#6766
Updates the page sections to support multiple page body elements. This is for when you have multiple adjacent section blocks that will have the same background color (defined by the parent section) and reduced spacing between them compared to adjacent top-level page sections.
.pf-[v]-c-page__main-body
to wrap the children of all top-level page sections (except__main-group
) by default. Currently it's only added when used withisWidthLimited
patternfly-react/packages/react-core/src/components/Page/PageSection.tsx
Lines 130 to 131 in d893997
__main-group
https://github.com/srambach/patternfly/blob/d65a0dc98cd7e995b2d6249473e639a317e180a3/src/patternfly/components/Page/page.scss#L263-L269isWidthLimited
support for all of the page sections ^ except__main-group
__main-body
elements to be used within the sections except__main-group
__main-nav
- that was previously used with tertiary navigation, which has since been removed.The text was updated successfully, but these errors were encountered: