We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow up from patternfly/patternfly#6659
Individual toolbar spacers .pf-m-spacer-{val} no longer exist. Instead we've switched to pf-m-gap, row-gap, column-gap
.pf-m-spacer-{val}
pf-m-gap
row-gap
column-gap
spacer={{ ... }}
column-gap={{ ... }}
.pf-m-column-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}
row-gap={{ ... }}
.pf-m-row-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}
gap={{ ... }}
.pf-m-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}
spacer=
The text was updated successfully, but these errors were encountered:
What about .pf-m-margin-*? Are those classes not meant to be used as individual item spacers? (from patternfly/patternfly#6057)
.pf-m-margin-*
cc @mattnolting
Sorry, something went wrong.
closed via #10418
thatblindgeye
Successfully merging a pull request may close this issue.
Follow up from patternfly/patternfly#6659
Individual toolbar spacers
.pf-m-spacer-{val}
no longer exist. Instead we've switched topf-m-gap
,row-gap
,column-gap
spacer={{ ... }}
column-gap={{ ... }}
.pf-m-column-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}
row-gap={{ ... }}
.pf-m-row-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}
gap={{ ... }}
.pf-m-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}
spacer=
to highlight updated spacing system (I'll provide guidance here)The text was updated successfully, but these errors were encountered: