mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 19:24:32 +00:00
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:
@@ -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