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:
parent
48eea2481c
commit
1a767ac06f
|
@ -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%;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue