Make WordPress Core

Ticket #62688: 62688.patch

File 62688.patch, 500 bytes (added by viralsampat, 2 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentyseventeen/style.css

    diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
    index f1f347fc3f..6093dad5c3 100644
    p > object:only-child { 
    40304030                margin-bottom: 2.5em;
    40314031        }
    40324032
     4033        /* Comments block CSS */
     4034        .wp-block-comments h2#comments {
     4035                float: none;
     4036                width: 100%;
     4037                padding: 1em 0 0 0;
     4038        }
     4039
    40334040        ol.children .children {
    40344041                padding-left: 2em;
    40354042        }