Make WordPress Core

Ticket #62615: 62615.patch

File 62615.patch, 472 bytes (added by pitamdey, 18 months ago)

Patch for this issue

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

     
    5959.more-link {
    6060        display: block;
    6161}
     62
     63/*
     64* Reset padding for the .wp-block-latest-comments block to its initial value
     65*/
     66.wp-block-latest-comments {
     67        padding: initial;
     68}
     69 No newline at end of file