Make WordPress Core

Ticket #56050: #56050.patch

File #56050.patch, 485 bytes (added by kajalgohel, 3 years ago)

Added patch for solving the issue by removing max-width; inherit;

  • wp-content/themes/twentytwentyone/assets/css/style-editor.css

     
    772772        letter-spacing: var(--heading--letter-spacing-h2);
    773773        line-height: var(--heading--line-height-h2);
    774774        padding: 0;
    775         max-width: inherit;
    776775        text-align: inherit;
    777776}
    778777