From c277879ad0d5778ef084835a723eadb32b57b8eb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 20 Aug 2019 19:05:30 +0000 Subject: [PATCH] Twenty Seventeen: Adjust [45764] to conform to CSS Coding Standards. See #47414. git-svn-id: https://develop.svn.wordpress.org/trunk@45861 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/css/editor-blocks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index d32bad64f7..51e6511310 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -726,7 +726,7 @@ table.wp-block-table td:last-child { white-space: nowrap; } -.wp-block-button .wp-block-button__link[data-is-placeholder-visible=true] { +.wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] { height: auto; }