Ticket #48734: 48734.code-em-strong.patch
| File 48734.code-em-strong.patch, 1.4 KB (added by , 20 months ago) |
|---|
-
src/wp-content/themes/twentytwenty/style-rtl.css
599 599 padding: 0; 600 600 } 601 601 602 .entry-content > code {603 display: block;604 }605 606 602 /* Media ------------------------------------- */ 607 603 608 604 figure { … … 3597 3593 margin: 4rem auto; 3598 3594 } 3599 3595 3596 .entry-content > code, 3597 .entry-content > em, 3598 .entry-content > strong { 3599 display: block; 3600 } 3601 3600 3602 .post-inner .entry-content > .wp-block-cover.alignwide:first-child, 3601 3603 .post-inner .entry-content > .wp-block-cover.alignfull:first-child { 3602 3604 margin-top: 0; -
src/wp-content/themes/twentytwenty/style.css
603 603 padding: 0; 604 604 } 605 605 606 .entry-content > code {607 display: block;608 }609 610 606 /* Media ------------------------------------- */ 611 607 612 608 figure { … … 3621 3617 margin: 4rem auto; 3622 3618 } 3623 3619 3620 .entry-content > code, 3621 .entry-content > em, 3622 .entry-content > strong { 3623 display: block; 3624 } 3625 3624 3626 .post-inner .entry-content > .wp-block-cover.alignwide:first-child, 3625 3627 .post-inner .entry-content > .wp-block-cover.alignfull:first-child { 3626 3628 margin-top: 0;