Make WordPress Core

Ticket #58355: 58355.diff

File 58355.diff, 606 bytes (added by shailu25, 20 months ago)

Patch Updated

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

    diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
    index 6fd2ddb01e..1ec0c4f8f1 100644
    a b Description: Used to style blocks in the editor. 
    543543        text-align: right;
    544544}
    545545
     546.editor-styles-wrapper .wp-block-table[style*="font-size"] *,
     547.editor-styles-wrapper .wp-block-table[class*="-font-size"] * {
     548    font-size: inherit;
     549}
     550
    546551/* Verse */
    547552
    548553.editor-styles-wrapper .wp-block-verse {