Make WordPress Core

Ticket #58539: 58539.diff

File 58539.diff, 599 bytes (added by thakordarshil, 20 months ago)

Patch added

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

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
    index 4b785b6b48..942a7fb1e8 100644
    a b table.wp-block-table td:last-child { 
    818818        margin-left: 0;
    819819        margin-right: 0;
    820820}
     821
     822[class^="wp-block-"]:not(.wp-block-gallery) figcaption,
     823[class*=" wp-block-"]:not(.wp-block-gallery) figcaption {
     824        text-align:inherit;
     825}
     826 No newline at end of file