diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 51e6511310..361e5b6b23 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -727,7 +727,7 @@ table.wp-block-table td:last-child { } .wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] { - height: auto; + height: auto; } .wp-block-button__link { diff --git a/wp-includes/version.php b/wp-includes/version.php index 387663dd54..06e98a6dd2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45862'; +$wp_version = '5.3-alpha-45863'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.