Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #49447


Ignore:
Timestamp:
02/16/2020 05:41:11 AM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49447

    • Property Component changed from Formatting to Bundled Theme
    • Property Summary changed from style of rtl paragraph for twenty twenty theme to Twenty Twenty: style of rtl paragraph
  • Ticket #49447 – Description

    initial v2  
    33after checking many things I realzed in the style-rtl.css file the mentioned class (has-text-align-right) has text align as left and (has-text-align-left) had text alight to left as well.
    44so i changed the has-text-align-right to the following and now everything works great
    5 
     5{{{
    66.has-text-align-right {
    77        text-align: right;
    88}
     9}}}