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
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user