From 1a767ac06ff1f3dce72fe8892d406d45f0d4a3db Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Wed, 17 Jun 2020 17:27:09 +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. Built from https://develop.svn.wordpress.org/trunk@48074 git-svn-id: http://core.svn.wordpress.org/trunk@47841 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentysixteen/css/blocks.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentysixteen/css/blocks.css b/wp-content/themes/twentysixteen/css/blocks.css index b8b6b44715..bdc79a598d 100644 --- a/wp-content/themes/twentysixteen/css/blocks.css +++ b/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%; diff --git a/wp-includes/version.php b/wp-includes/version.php index c984c1867e..ea22df15ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48073'; +$wp_version = '5.5-alpha-48074'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.