Make WordPress Core

Ticket #62356: 62356.patch

File 62356.patch, 876 bytes (added by pitamdey, 17 months ago)

After applying this solution the issue is resolved

  • wp-content/themes/twentyfifteen/rtl.css

     
    846846                width: calc(50% - 289px);
    847847        }
    848848}
     849
     850.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
     851    padding: .5em 1em;
     852}
     853 No newline at end of file
  • wp-content/themes/twentyfifteen/style.css

     
    61526152                padding: 0;
    61536153        }
    61546154}
     6155
     6156.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
     6157    padding: .5em 1em;
     6158}
     6159 No newline at end of file