[wp-trac] [WordPress Trac] #55743: Wrong justify direction in RTL

WordPress Trac noreply at wordpress.org
Mon May 16 09:02:33 UTC 2022


#55743: Wrong justify direction in RTL
--------------------------+------------------------------
 Reporter:  wpvar         |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  css, rtl
--------------------------+------------------------------

Comment (by wpvar):

 in {{{wp-includes/css/dist/edit-post/style-rtl.css}}}

 changing
 {{{
 #!css
 .edit-post-post-visibility {
   justify-content: left;
 }

 .edit-post-post-schedule {
   justify-content: left;
 }
 }}}

 To

 {{{
 #!css
 .edit-post-post-visibility {
   justify-content: right;
 }

 .edit-post-post-schedule {
   justify-content: right;
 }
 }}}

 Seems to fix the problem.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55743#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list