[wp-trac] [WordPress Trac] #58708: Twenty Seventeen : Table caption alignment is different in editor and frontend
WordPress Trac
noreply at wordpress.org
Tue Jul 4 05:57:02 UTC 2023
#58708: Twenty Seventeen : Table caption alignment is different in editor and
frontend
-----------------------------+------------------------------
Reporter: pitamdey | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-screenshots | Focuses: css
-----------------------------+------------------------------
Comment (by pitamdey):
We just have to make the apply the text align : center to the table block.
Something like this :
{{{
.wp-block-table figcaption {
text-align: center !important;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58708#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list