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:
parent
d5c3483f8c
commit
73669965a6
@ -1152,6 +1152,8 @@ td {
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
th,
|
||||
td,
|
||||
th:first-child,
|
||||
td:first-child {
|
||||
padding-left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user