Make WordPress Core

Ticket #49447: 49447-1.diff

File 49447-1.diff, 774 bytes (added by hasanuzzamanshamim, 3 years ago)

Patch created for rtl issue

  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index 77ec6bcb0b..f865da5967 100644
    a b h2.entry-title { 
    27882788}
    27892789
    27902790.has-text-align-right {
    2791         text-align: left;
     2791        text-align: right;
    27922792}
    27932793
    27942794.has-drop-cap:not(:focus)::first-letter {
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 231104da6c..f6a72a9e47 100644
    a b h2.entry-title { 
    28062806}
    28072807
    28082808.has-text-align-right {
     2809
     2810        /*rtl:ignore*/
    28092811        text-align: right;
    28102812}
    28112813