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

Props ianbelanger, laurelfulford, nayana123.
Fixes #47414.

git-svn-id: https://develop.svn.wordpress.org/trunk@45764 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-08-07 11:56:04 +00:00
parent e7c67d49c0
commit f57620a8d6

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;