Make WordPress Core

Ticket #59334: 59334.patch

File 59334.patch, 1.3 KB (added by pitamdey, 20 months ago)

After applying this solution the issue is resolved

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

     
    66186618.gallery-item > div > a:focus {
    66196619  box-shadow: 0 0 0 2px #0073aa;
    66206620}
     6621/**
     6622 * Comment Title
     6623 */
     6624 .comment-reply-title small{
     6625  margin-left: 10px
     6626}
     6627 No newline at end of file
  • wp-content/themes/twentyseventeen/style.css

     
    43714371                padding: 0;
    43724372        }
    43734373}
     4374
     4375/**
     4376 * Comment Title
     4377 */
     4378 .comment-reply-title small{
     4379    margin-left: 10px
     4380}
     4381 No newline at end of file
  • wp-content/themes/twentytwentytwo/style.css

     
    159159.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
    160160        margin-bottom: 1rem;
    161161}
     162/**
     163 * Comment Title
     164 */
     165 .comment-reply-title small{
     166    margin-left: 10px
     167}
     168 No newline at end of file