@patternfly/quickstarts 5.2.0-prerelease.3 → 5.3.0-prerelease.1

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.
@@ -502,6 +502,9 @@
502
502
  .pfext-quick-start__base .pfext-quick-start-tile-header .pf-v5-c-badge:not(:last-of-type) {
503
503
  margin-right: var(--pf-v5-global--spacer--sm);
504
504
  }
505
+ .pfext-quick-start__base .pfext-quick-start-tile-header h3 {
506
+ flex: 1;
507
+ }
505
508
  .pfext-quick-start__base .pfext-quick-start-catalog__gallery {
506
509
  --pf-v5-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
507
510
  }
@@ -552,6 +555,9 @@
552
555
  .pfext-quick-start__base .pfext-quick-start-tile-header .pf-v5-c-badge:not(:last-of-type) {
553
556
  margin-right: var(--pf-v5-global--spacer--sm);
554
557
  }
558
+ .pfext-quick-start__base .pfext-quick-start-tile-header h3 {
559
+ flex: 1;
560
+ }
555
561
  .pfext-quick-start__base .pfext-quick-start-catalog-filter__input {
556
562
  flex-grow: 1;
557
563
  max-width: 500px;