diff --git a/wp-content/themes/twentythirteen/css/blocks.css b/wp-content/themes/twentythirteen/css/blocks.css index 5eb588a4a6..d86c1b24ff 100644 --- a/wp-content/themes/twentythirteen/css/blocks.css +++ b/wp-content/themes/twentythirteen/css/blocks.css @@ -290,6 +290,11 @@ body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * { border-top: 1px solid #ededed; } +.wp-block-table[style*="font-size"] *, +.wp-block-table[class*="-font-size"] * { + font-size: inherit; +} + body:not(.sidebar) .wp-block-table.alignwide, body:not(.sidebar) .wp-block-table.alignfull { width: 100%; diff --git a/wp-content/themes/twentythirteen/css/editor-blocks.css b/wp-content/themes/twentythirteen/css/editor-blocks.css index 8daa0b0915..6139063036 100644 --- a/wp-content/themes/twentythirteen/css/editor-blocks.css +++ b/wp-content/themes/twentythirteen/css/editor-blocks.css @@ -331,6 +331,11 @@ p.has-drop-cap:not(:focus)::first-letter { padding: 0; } +.editor-styles-wrapper .wp-block-table[style*="font-size"] *, +.editor-styles-wrapper .wp-block-table[class*="-font-size"] * { + font-size: inherit; +} + /*-------------------------------------------------------------- 6.0 Blocks - Layout Elements --------------------------------------------------------------*/ diff --git a/wp-includes/version.php b/wp-includes/version.php index 0ae61a7f38..7243a85fbd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58102'; +$wp_version = '6.6-alpha-58103'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.