Make WordPress Core

Ticket #55931: #55931.patch

File #55931.patch, 513 bytes (added by kajalgohel, 3 years ago)

patch added for normal font-style in editor side.

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

     
    658658        line-height: 1.25;
    659659}
    660660
     661.editor-styles-wrapper .wp-block-quote cite {
     662        font-style: normal;
     663}
     664
    661665.editor-styles-wrapper .wp-block-quote p {
    662666        color: inherit;
    663667        font-weight: 400;