Twenty Sixteen: Correctly align columns within table blocks as configured in the editor.

Previously, all columns were forced to be aligned left, and aligned right for RTL languages.

Props robertghetau, umesh84, sabernhardt.
Fixes 54317.

git-svn-id: https://develop.svn.wordpress.org/trunk@52210 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-11-18 20:20:37 +00:00
parent 321dbd8efc
commit e7f1bda4aa

View File

@ -212,7 +212,6 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-table td {
font-weight: normal;
padding: 0.4375em;
text-align: left;
}
.wp-block-table th {
@ -224,11 +223,6 @@ p.has-drop-cap:not(:focus)::first-letter {
border-width: 0 1px 1px 0;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}
/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/