From e7f1bda4aa10903e834347bc4b0288c6b60bd7ac Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 18 Nov 2021 20:20:37 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentysixteen/css/blocks.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css index 4898e2d446..9026293a12 100644 --- a/src/wp-content/themes/twentysixteen/css/blocks.css +++ b/src/wp-content/themes/twentysixteen/css/blocks.css @@ -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 --------------------------------------------------------------*/