Make WordPress Core

Ticket #56204: 56204.diff

File 56204.diff, 1.3 KB (added by shailu25, 2 years ago)

Patch Updated

  • src/wp-content/themes/twentythirteen/css/blocks.css

    diff --git a/src/wp-content/themes/twentythirteen/css/blocks.css b/src/wp-content/themes/twentythirteen/css/blocks.css
    index 5eb588a4a6..d86c1b24ff 100644
    a b body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * { 
    290290        border-top: 1px solid #ededed;
    291291}
    292292
     293.wp-block-table[style*="font-size"] *,
     294.wp-block-table[class*="-font-size"] * {
     295        font-size: inherit;
     296}
     297
    293298body:not(.sidebar) .wp-block-table.alignwide,
    294299body:not(.sidebar) .wp-block-table.alignfull {
    295300        width: 100%;
  • src/wp-content/themes/twentythirteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentythirteen/css/editor-blocks.css b/src/wp-content/themes/twentythirteen/css/editor-blocks.css
    index 8daa0b0915..6139063036 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    331331        padding: 0;
    332332}
    333333
     334.editor-styles-wrapper .wp-block-table[style*="font-size"] *,
     335.editor-styles-wrapper .wp-block-table[class*="-font-size"] * {
     336        font-size: inherit;
     337}
     338
    334339/*--------------------------------------------------------------
    3353406.0 Blocks - Layout Elements
    336341--------------------------------------------------------------*/