Make WordPress Core

Ticket #59602: 59602.diff

File 59602.diff, 600 bytes (added by shailu25, 2 years ago)

Patch Updated.

  • 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..22dc2a462f 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    731731        text-align: right;
    732732}
    733733
     734.editor-styles-wrapper .wp-block-table[style*="font-size"] *,
     735.editor-styles-wrapper .wp-block-table[class*="-font-size"] * {
     736    font-size: inherit;
     737}
     738
    734739/* Verse */
    735740
    736741.editor-styles-wrapper .wp-block-verse {