@patternfly/quickstarts 5.2.0-prerelease.3 → 5.2.0
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/dist/index.es.js +16 -12
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +16 -12
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +84 -81
- package/dist/quickstarts-full.es.js +16 -12
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +6 -0
- package/dist/quickstarts-standalone.min.css +1 -1
- package/dist/quickstarts.css +84 -81
- package/dist/quickstarts.min.css +1 -1
- package/package.json +2 -2
- package/src/catalog/QuickStartTile.tsx +14 -6
- package/src/catalog/QuickStartTileHeader.scss +4 -0
- package/src/catalog/QuickStartTileHeader.tsx +11 -9
|
@@ -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;
|