@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.
@@ -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
  }