Ticket #61438: 61438.CSS.diff
File 61438.CSS.diff, 579 bytes (added by , 4 months ago) |
---|
-
src/wp-content/themes/twentytwentytwo/style.css
159 159 .wp-block-post-comments ol.commentlist li.comment:not(:last-child) { 160 160 margin-bottom: 1rem; 161 161 } 162 163 /* 164 * Clears floats for elements that follow page content. 165 * https://core.trac.wordpress.org/ticket/61438 166 */ 167 168 :where(.entry-content + *, footer.wp-block-template-part) { 169 clear: both; 170 }