Make WordPress Core

Ticket #58708: 58708.patch

File 58708.patch, 1.0 KB (added by pitamdey, 20 months ago)

after applying this patch the issue is resolved

  • wp-content/themes/twentyseventeen/assets/css/blocks.css

     
    196196        text-align: right;
    197197}
    198198
     199.wp-block-table figcaption {
     200    text-align: center !important;
     201}
     202
    199203/*--------------------------------------------------------------
    2002044.0 Blocks - Layout Elements
    201205--------------------------------------------------------------*/
  • wp-content/themes/twentytwentytwo/style.css

     
    159159.wp-block-post-comments ol.commentlist ul.children li:not(:last-child) {
    160160        margin-bottom: 1rem;
    161161}
     162
     163.wp-block-post-comments ol.commentlist li.comment {
     164        margin-bottom: 1rem;
     165}
     166 No newline at end of file