From 6ce65a2207e0747036db48524d0b343d556e39df Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Wed, 17 Jun 2020 17:25:19 +0000 Subject: [PATCH] Bundled Themes: Twenty Sixteen table border extends beyond table. Fixes issues where tables created by the table block have an extra border on the left side which extends below the table. Props gsmumbo, mukesh27, JavierCasares. Fixes #50180. git-svn-id: https://develop.svn.wordpress.org/trunk@48074 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentysixteen/css/blocks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css index b8b6b44715..bdc79a598d 100644 --- a/src/wp-content/themes/twentysixteen/css/blocks.css +++ b/src/wp-content/themes/twentysixteen/css/blocks.css @@ -200,7 +200,7 @@ p.has-drop-cap:not(:focus)::first-letter { .wp-block-table { border-collapse: separate; border-spacing: 0; - border-width: 1px 0 0 1px; + border-width: 0; margin: 0 0 1.75em; table-layout: fixed; width: 100%;