Make WordPress Core

Ticket #59602: 59602.2.patch

File 59602.2.patch, 607 bytes (added by shailu25, 2 years ago)

Updated Patch

  • src/wp-content/themes/twentyfifteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
    index 1041ff5f14..565948c4ff 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    731731        text-align: right;
    732732}
    733733
     734.wp-block-table[class*="-font-size"] .wp-block-table__cell-content,
     735.wp-block-table[style*="font-size"] .wp-block-table__cell-content {
     736        font-size: inherit;
     737}
     738
    734739/* Verse */
    735740
    736741.editor-styles-wrapper .wp-block-verse {