[wp-trac] [WordPress Trac] #63143: Twenty Nineteen: Inconsistent spacing between Table Caption and Table in Table Block
WordPress Trac
noreply at wordpress.org
Wed Mar 26 10:02:47 UTC 2025
#63143: Twenty Nineteen: Inconsistent spacing between Table Caption and Table in
Table Block
------------------------------------------------+--------------------------
Reporter: sainathpoojary | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: Bundled Theme | Version: 5.4
Severity: minor | Resolution:
Keywords: has-testing-info changes-requested | Focuses: css
------------------------------------------------+--------------------------
Comment (by SirLouen):
Replying to [comment:6 sabernhardt]:
> > Where is `style-editor.css` being used apart from the iframe?
>
> Widgets are not in an iframe even now.
True, I completely forgot about Widgets editor. They should definitely be
revamped. There should be a 1:1 in classic themes stylesheets.
> would be a large project for a six-year-old 'classic' theme.
True, plus I've been digging a little further and I see that styles are
completely inconsistent among both versions.
For example, these two styles are exactly the other way around. The bigger
margins are being placed in the style that already has bigger margins.
`style.css`:
{{{
.entry .entry-content .wp-block-pullquote blockquote {
border: none;
margin-top: calc(4 * 1rem);
margin-bottom: calc(4.33 * 1rem);
margin-right: 0;
padding-left: 0;
}
}}}
`style-editor.css`:
{{{
.wp-block-pullquote blockquote {
margin-top: calc(3 * 1rem);
margin-bottom: calc(3.33 * 1rem);
hyphens: auto;
word-break: break-word;
}
}}}
}}}
So my conclusion is: Whatever you set, it will be right.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63143#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list