Make WordPress Core

Ticket #58676: 58676.2.patch

File 58676.2.patch, 485 bytes (added by himshekhar07, 19 months ago)

Patch

  • 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.wp-block-post-comments .comment-form-comment textarea{
     164        box-sizing: border-box;
     165        width: 100%;
     166        display: block
     167}