Make WordPress Core

Ticket #56139: 56139.diff

File 56139.diff, 1.7 KB (added by aezazshekh, 3 years ago)

added patch

  • wp-content/themes/twentytwentytwo/style.css

    diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css
    index a002276a07..1686d52123 100644
    a b body > .is-root-container > .wp-block-template-part > .wp-block-cover, 
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149/*
     150 * Add Footer CSS
     151 */
     152
     153 footer.wp-block-template-part{
     154        clear: both;
     155}
     156 No newline at end of file
  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

    diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
    index 041c0524d8..07f691394c 100644
    a b Inter variable font. Usage: 
    119119        letter-spacing: normal;
    120120}
    121121
     122.editor-styles-wrapper p{
     123        letter-spacing: inherit;
     124}
     125
    122126.editor-post-title__block .editor-post-title__input,
    123127.editor-styles-wrapper .wp-block-post-title,
    124128.editor-styles-wrapper .wp-block h1,
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 270035ce70..a37cbd9528 100644
    a b Inter variable font. Usage: 
    119119        letter-spacing: normal;
    120120}
    121121
     122.editor-styles-wrapper p{
     123        letter-spacing: inherit;
     124}
     125
    122126.editor-post-title__block .editor-post-title__input,
    123127.editor-styles-wrapper .wp-block-post-title,
    124128.editor-styles-wrapper .wp-block h1,