mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 07:04:34 +00: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:
@@ -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
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user