Make WordPress Core

Ticket #58539: 58539.patch

File 58539.patch, 505 bytes (added by nkeller15, 16 months ago)

Since the gallery block has the captions as centered, I've removed the left alignment causing this for consistency.

  • src/wp-content/themes/twentyseventeen/assets/css/blocks.css

     
    2323[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    2424        font-style: italic;
    2525        margin-bottom: 1.5em;
    26         text-align: left;
    2726}
    2827
    2928.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {