@patternfly/quickstarts 6.0.0-alpha.1 → 6.0.0-alpha.2

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.
@@ -211,6 +211,9 @@
211
211
  .pfext-quick-start__base .pfext-quick-start-tile-header .pf-v6-c-badge:not(:last-of-type) {
212
212
  margin-right: var(--pf-t--global--spacer--sm);
213
213
  }
214
+ .pfext-quick-start__base .pfext-quick-start-tile-header h3 {
215
+ flex: 1;
216
+ }
214
217
  .pfext-quick-start__base .pfext-quick-start-catalog__gallery {
215
218
  --pf-v6-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
216
219
  }
@@ -261,6 +264,9 @@
261
264
  .pfext-quick-start__base .pfext-quick-start-tile-header .pf-v6-c-badge:not(:last-of-type) {
262
265
  margin-right: var(--pf-t--global--spacer--sm);
263
266
  }
267
+ .pfext-quick-start__base .pfext-quick-start-tile-header h3 {
268
+ flex: 1;
269
+ }
264
270
  .pfext-quick-start__base .pfext-quick-start-catalog-filter__input {
265
271
  flex-grow: 1;
266
272
  max-width: 500px;