Index: src/wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/style-rtl.css	(revision 59109)
+++ src/wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -599,10 +599,6 @@
 	padding: 0;
 }
 
-.entry-content > code {
-	display: block;
-}
-
 /* Media ------------------------------------- */
 
 figure {
@@ -3597,6 +3593,12 @@
 	margin: 4rem auto;
 }
 
+.entry-content > code,
+.entry-content > em,
+.entry-content > strong {
+	display: block;
+}
+
 .post-inner .entry-content > .wp-block-cover.alignwide:first-child,
 .post-inner .entry-content > .wp-block-cover.alignfull:first-child {
 	margin-top: 0;
Index: src/wp-content/themes/twentytwenty/style.css
===================================================================
--- src/wp-content/themes/twentytwenty/style.css	(revision 59109)
+++ src/wp-content/themes/twentytwenty/style.css	(working copy)
@@ -603,10 +603,6 @@
 	padding: 0;
 }
 
-.entry-content > code {
-	display: block;
-}
-
 /* Media ------------------------------------- */
 
 figure {
@@ -3621,6 +3617,12 @@
 	margin: 4rem auto;
 }
 
+.entry-content > code,
+.entry-content > em,
+.entry-content > strong {
+	display: block;
+}
+
 .post-inner .entry-content > .wp-block-cover.alignwide:first-child,
 .post-inner .entry-content > .wp-block-cover.alignfull:first-child {
 	margin-top: 0;
