[wp-trac] [WordPress Trac] #54317: Twenty Sixteen: Table block does not respect the alignment options
WordPress Trac
noreply at wordpress.org
Mon Oct 25 14:51:29 UTC 2021
#54317: Twenty Sixteen: Table block does not respect the alignment options
---------------------------+---------------------
Reporter: robertghetau | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.9
Component: Bundled Theme | Version: 5.0
Severity: normal | Resolution:
Keywords: has-patch | Focuses: css
---------------------------+---------------------
Changes (by sabernhardt):
* focuses: => css
* component: General => Bundled Theme
* version: 5.8.1 => 5.0
* milestone: Awaiting Review => 5.9
Comment:
Thanks for the report and the patch!
I would prefer removing the special styles in block.css that currently
override the alignment classes.
This still applies when a cell has no alignment specified:
{{{
caption,
th,
td {
font-weight: normal;
text-align: left;
}
}}}
(and in RTL languages, cell text is aligned right by default)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54317#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list