Make WordPress Core

Ticket #56014: 56014.diff

File 56014.diff, 496 bytes (added by aezazshekh, 4 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