Index: src/wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/style-rtl.css	(revision 47787)
+++ src/wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -3508,6 +3508,11 @@
 	margin: 4rem auto;
 }
 
+.entry-content > strong,
+.entry-content > em {
+	display: block;
+}
+
 /* Font Families ----------------------------- */
 
 .entry-content {
Index: src/wp-content/themes/twentytwenty/style.css
===================================================================
--- src/wp-content/themes/twentytwenty/style.css	(revision 47787)
+++ src/wp-content/themes/twentytwenty/style.css	(working copy)
@@ -3530,6 +3530,11 @@
 	margin: 4rem auto;
 }
 
+.entry-content > strong,
+.entry-content > em {
+	display: block;
+}
+
 /* Font Families ----------------------------- */
 
 .entry-content {
