Make WordPress Core

Ticket #58074: 58074.diff

File 58074.diff, 948 bytes (added by sheulyshila, 3 years ago)

After applying this solution the issue is resolved.

  • src/wp-content/themes/twentytwelve/editor-style.css

    diff --git a/src/wp-content/themes/twentytwelve/editor-style.css b/src/wp-content/themes/twentytwelve/editor-style.css
    index d3934a9151..4f3a485adf 100644
    a b table { 
    261261        border-spacing: 0;
    262262        color: #757575;
    263263        font-size: 12px;
    264         font-size: 0.857142857rem;
     264        font-size: inherit;
    265265        line-height: 2;
    266266        margin: 0 0 24px;
    267267        margin: 0 0 1.714285714rem;
  • src/wp-content/themes/twentytwelve/style.css

    diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css
    index fb186add2a..2fcf8e9942 100644
    a b img.aligncenter, 
    966966        border-bottom: 1px solid #ededed;
    967967        color: #757575;
    968968        font-size: 12px;
    969         font-size: 0.857142857rem;
     969        font-size: inherit;
    970970        line-height: 2;
    971971        margin: 0 0 24px;
    972972        margin: 0 0 1.714285714rem;