Make WordPress Core

Ticket #58024: 58024.patch

File 58024.patch, 1.9 KB (added by nidhidhandhukiya, 19 months ago)

After applying this solution the issue is resolved.

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    927927        color: #fff;
    928928        font-size: 15px;
    929929        font-weight: 600;
    930         letter-spacing: 0.0333em;
     930        letter-spacing: inherit;
    931931        line-height: 1.25;
    932932        padding: 1.1em 1.44em;
    933933        text-transform: uppercase;
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    931931        color: #fff;
    932932        font-size: 15px;
    933933        font-weight: 600;
    934         letter-spacing: 0.0333em;
     934        letter-spacing: inherit;
    935935        line-height: 1.25;
    936936        padding: 1.1em 1.44em;
    937937        text-transform: uppercase;
  • wp-content/themes/twentytwenty/style-rtl.css

     
    842842        display: inline-block;
    843843        font-size: 1.5rem;
    844844        font-weight: 600;
    845         letter-spacing: 0.0333em;
     845        letter-spacing: inherit;
    846846        line-height: 1.25;
    847847        margin: 0;
    848848        opacity: 1;
  • wp-content/themes/twentytwenty/style.css

     
    848848        display: inline-block;
    849849        font-size: 1.5rem;
    850850        font-weight: 600;
    851         letter-spacing: 0.0333em;
     851        letter-spacing: inherit;
    852852        line-height: 1.25;
    853853        margin: 0;
    854854        opacity: 1;