@patternfly/quickstarts 5.4.1 → 5.4.3
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/ConsoleInternal/components/markdown-view.d.ts +1 -1
- package/dist/index.es.js +60 -22
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +59 -21
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +56 -56
- package/dist/quickstarts-full.es.js +2487 -4934
- 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 +56 -56
- package/dist/quickstarts.min.css +1 -1
- package/package.json +2 -2
- package/src/ConsoleInternal/components/markdown-view.tsx +46 -23
- package/src/QuickStartPanelContent.tsx +10 -1
- package/src/controller/QuickStartTaskHeader.tsx +11 -1
|
@@ -400,6 +400,12 @@
|
|
|
400
400
|
.pfext-quick-start__base .pfext-markdown-view table {
|
|
401
401
|
background-color: transparent;
|
|
402
402
|
}
|
|
403
|
+
.pfext-quick-start__base .pfext-markdown-view caption {
|
|
404
|
+
padding-top: 10px;
|
|
405
|
+
padding-bottom: 10px;
|
|
406
|
+
color: #9c9c9c;
|
|
407
|
+
text-align: left;
|
|
408
|
+
}
|
|
403
409
|
.pfext-quick-start__base .pfext-markdown-view th {
|
|
404
410
|
text-align: left;
|
|
405
411
|
}
|