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
This commit is contained in:
Ian Belanger 2020-06-17 17:25:19 +00:00
parent 6ce58a4bac
commit 6ce65a2207

View File

@ -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%;