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 00c36a32937d5..d8eb97e38cc28 100644 --- a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -831,3 +831,8 @@ table.wp-block-table td:last-child { font-weight: 800; line-height: 1.5; } + +.wp-block-search .wp-block-search__input { + padding: 0.7em; + line-height: 1.5; +}