Make WordPress Core

Changeset 52210


Ignore:
Timestamp:
11/18/2021 08:20:37 PM (5 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/css/blocks.css

    r52004 r52210  
    213213        font-weight: normal;
    214214        padding: 0.4375em;
    215         text-align: left;
    216215}
    217216
     
    223222.wp-block-table td {
    224223        border-width: 0 1px 1px 0;
    225 }
    226 
    227 .rtl .wp-block-table th,
    228 .rtl .wp-block-table td {
    229         text-align: right;
    230224}
    231225
Note: See TracChangeset for help on using the changeset viewer.