@patternfly/patternfly 6.0.0-alpha.135 → 6.0.0-alpha.136

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.
@@ -355,6 +355,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
355
355
 
356
356
  @each $gap, $gap-value in $pf-v6-c-toolbar--spacer-map {
357
357
  &.pf-m-gap-#{$gap}#{$breakpoint-name} {
358
+ row-gap: #{$gap-value};
358
359
  column-gap: #{$gap-value};
359
360
  }
360
361
  }
@@ -366,7 +367,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
366
367
  }
367
368
 
368
369
  &.pf-m-row-gap-#{$spacer}#{$breakpoint-name} {
369
- column-gap: #{$spacer-value};
370
+ row-gap: #{$spacer-value};
370
371
  }
371
372
 
372
373
  &.pf-m-margin-inline-start#{$spacer}#{$breakpoint-name} {