diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 6bb7052119..24e532b6b8 100644
--- a/src/wp-content/themes/twentytwenty/style-rtl.css
+++ b/src/wp-content/themes/twentytwenty/style-rtl.css
@@ -3553,6 +3553,11 @@ figure.wp-block-table.is-style-stripes {
 	margin: 4rem auto;
 }
 
+.entry-content > strong,
+.entry-content > em {
+	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;
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index de5ba3bf75..0a54507108 100644
--- a/src/wp-content/themes/twentytwenty/style.css
+++ b/src/wp-content/themes/twentytwenty/style.css
@@ -3577,6 +3577,11 @@ figure.wp-block-table.is-style-stripes {
 	margin: 4rem auto;
 }
 
+.entry-content > strong,
+.entry-content > em {
+	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;
