mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 13:00:29 +01:00
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:
parent
321dbd8efc
commit
e7f1bda4aa
@ -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
|
||||
--------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user