diff --git a/wp-content/themes/twentytwelve/css/blocks.css b/wp-content/themes/twentytwelve/css/blocks.css index d69ef621c6..9941ed9283 100644 --- a/wp-content/themes/twentytwelve/css/blocks.css +++ b/wp-content/themes/twentytwelve/css/blocks.css @@ -242,6 +242,11 @@ pre.wp-block-code { padding: 6px 10px 6px 0; } +.wp-block-table[style*="font-size"] *, +.wp-block-table[class*="-font-size"] * { + font-size: inherit; +} + /*-------------------------------------------------------------- 4.0 Blocks - Layout Elements --------------------------------------------------------------*/ diff --git a/wp-content/themes/twentytwelve/css/editor-blocks.css b/wp-content/themes/twentytwelve/css/editor-blocks.css index 39a4d87af4..071bce76da 100644 --- a/wp-content/themes/twentytwelve/css/editor-blocks.css +++ b/wp-content/themes/twentytwelve/css/editor-blocks.css @@ -315,6 +315,11 @@ p.has-drop-cap:not(:focus)::first-letter { color: inherit; } +.editor-styles-wrapper .wp-block-table[style*="font-size"] *, +.editor-styles-wrapper .wp-block-table[class*="-font-size"] * { + font-size: inherit; +} + .editor-block-list__block .wp-block-table th { border: 0; font-size: 11px; diff --git a/wp-includes/version.php b/wp-includes/version.php index ebb977850f..49cbfaffec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57896'; +$wp_version = '6.6-alpha-57897'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.