Bundled Themes: Twenty Seventeen CSS issue when using rowspan in tables.

Fixes CSS issue when using rowspan in tables. This issue does not apply to the Table Block, just tables inserted as custom html.

Props aussi, subrataemfluence, jainnidhi.
Fixes #44004.
Built from https://develop.svn.wordpress.org/trunk@48028


git-svn-id: http://core.svn.wordpress.org/trunk@47796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ianbelanger 2020-06-11 17:15:08 +00:00
parent 5bc4b92551
commit 99c6adfeaa
2 changed files with 3 additions and 1 deletions

View File

@ -1152,6 +1152,8 @@ td {
padding: 0.4em;
}
th,
td,
th:first-child,
td:first-child {
padding-left: 0;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48027';
$wp_version = '5.5-alpha-48028';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.