@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.
package/components/_index.css
CHANGED
|
@@ -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
|
@@ -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 {
|