From 23769b62c12d3d7b603f391f885cb91c0eb72aa3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 20 Aug 2019 19:10:15 +0000 Subject: [PATCH] Twenty Seventeen: Fix tabs vs. spaces in [45764]. See #47414. git-svn-id: https://develop.svn.wordpress.org/trunk@45863 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 51e6511310..361e5b6b23 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/src/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 {