Twenty Seventeen: Make `<th>` styling in table block consistent between back end and front end.

Props ianbelanger.
Fixes #46568.
Built from https://develop.svn.wordpress.org/trunk@45051


git-svn-id: http://core.svn.wordpress.org/trunk@44860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-28 15:25:50 +00:00
parent e2115d62b6
commit 07d5eda632
2 changed files with 2 additions and 1 deletions

View File

@ -674,6 +674,7 @@ table.wp-block-table tr {
border-bottom: 1px solid #eee;
}
table.wp-block-table th,
table.wp-block-table td {
border: 0;
padding: 0.4em;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta1-45050';
$wp_version = '5.2-beta1-45051';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.