@patternfly/patternfly 6.0.0-alpha.221 → 6.0.0-alpha.222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -316,6 +316,7 @@
316
316
  }
317
317
  .pf-v6-c-toolbar__group.pf-m-label-group {
318
318
  flex: 1;
319
+ flex-wrap: wrap;
319
320
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
320
321
  }
321
322
  .pf-v6-c-toolbar__group.pf-m-action-group {
@@ -233,6 +233,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
233
233
  // - Toolbar label group
234
234
  &.pf-m-label-group {
235
235
  flex: 1;
236
+ flex-wrap: wrap;
236
237
  column-gap: var(--#{$toolbar}__group--m-label-group--ColumnGap);
237
238
  }
238
239
 
@@ -19589,6 +19589,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19589
19589
  }
19590
19590
  .pf-v6-c-toolbar__group.pf-m-label-group {
19591
19591
  flex: 1;
19592
+ flex-wrap: wrap;
19592
19593
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
19593
19594
  }
19594
19595
  .pf-v6-c-toolbar__group.pf-m-action-group {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.221",
4
+ "version": "6.0.0-alpha.222",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -25652,6 +25652,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25652
25652
  }
25653
25653
  .pf-v6-c-toolbar__group.pf-m-label-group {
25654
25654
  flex: 1;
25655
+ flex-wrap: wrap;
25655
25656
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
25656
25657
  }
25657
25658
  .pf-v6-c-toolbar__group.pf-m-action-group {
package/patternfly.css CHANGED
@@ -25773,6 +25773,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25773
25773
  }
25774
25774
  .pf-v6-c-toolbar__group.pf-m-label-group {
25775
25775
  flex: 1;
25776
+ flex-wrap: wrap;
25776
25777
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
25777
25778
  }
25778
25779
  .pf-v6-c-toolbar__group.pf-m-action-group {