Make WordPress Core

Ticket #59285: 59285.patch

File 59285.patch, 1.4 KB (added by pitamdey, 17 months ago)

After applying this solution the issue is resolved

  • wp-content/themes/twentynineteen/style-editor.css

     
    550550h4:lang(th),
    551551h5:lang(th),
    552552h6:lang(th), figcaption:lang(th),
    553 .gallery-caption:lang(th), .editor-post-title__block .editor-post-title__input:lang(th), .block-editor-default-block-appender textarea.block-editor-default-block-appender__content:lang(th), .wp-block-paragraph.has-drop-cap:lang(th):not(:focus)::first-letter, .wp-block-table:lang(th), .wp-block-cover h2:lang(th),
     553.gallery-caption:lang(th), .editor-post-title__block .editor-post-title__input:lang(th), .block-editor-default-block-appender textarea.-default-block-appender__content:lang(th), .wp-block-paragraph.has-drop-cap:lang(th):not(:focus)::first-letter, .wp-block-table:lang(th), .wp-block-cover h2:lang(th),
    554554.wp-block-cover .wp-block-cover-text:lang(th), .wp-block-button .wp-block-button__link:lang(th), .wp-block-quote cite:lang(th),
    555555.wp-block-quote footer:lang(th),
    556556.wp-block-quote .wp-block-quote__citation:lang(th), .wp-block-pullquote[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(th),
     
    16051605  padding-right: 0;
    16061606  width: 100%;
    16071607}
     1608
     1609/* Post Author Block  */
     1610.wp-block-post-author__avatar img {
     1611    border-radius: 100%;
     1612}
     1613 No newline at end of file