Twenty Seventeen: Correct height for a Button block without text.

Props ianbelanger, laurelfulford, nayana123.
Merges [45764], [45861], and [45863] to the 5.2 branch.
Fixes #47414.
Built from https://develop.svn.wordpress.org/branches/5.2@45864


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-08-20 19:13:54 +00:00
parent 61461dfa07
commit 49d9d2dc57
2 changed files with 5 additions and 1 deletions

View File

@ -726,6 +726,10 @@ table.wp-block-table td:last-child {
white-space: nowrap;
}
.wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] {
height: auto;
}
.wp-block-button__link {
background-color: #222;
color: #fff;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2.3-alpha-45849';
$wp_version = '5.2.3-alpha-45864';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.