From 73669965a6655c9fa40af3bab2ac5e6ec64811dd Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Thu, 11 Jun 2020 17:13:05 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@48028 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 58b7ea8b47..1179fcef2d 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -1152,6 +1152,8 @@ td { padding: 0.4em; } +th, +td, th:first-child, td:first-child { padding-left: 0;