mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
e7c67d49c0
commit
f57620a8d6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user