mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Bundled Themes: Twenty Seventeen CSS issue when using rowspan in tables.
Fixes CSS issue when using rowspan in tables. This issue does not apply to the Table Block, just tables inserted as custom html. Props aussi, subrataemfluence, jainnidhi. Fixes #44004. git-svn-id: https://develop.svn.wordpress.org/trunk@48028 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1152,6 +1152,8 @@ td {
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
th,
|
||||
td,
|
||||
th:first-child,
|
||||
td:first-child {
|
||||
padding-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user