From 8b38dfb799b1f7baada622f4f493ec2a9e346abd Mon Sep 17 00:00:00 2001
From: Sarath A R <sarath@awsm.in>
Date: Fri, 9 Jun 2023 16:14:15 +0530
Subject: [PATCH] Fixed #58489

---
 src/wp-content/themes/twentytwenty/style-rtl.css | 3 +++
 src/wp-content/themes/twentytwenty/style.css     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index e9200c45fe..e0d028ac23 100644
--- a/src/wp-content/themes/twentytwenty/style-rtl.css
+++ b/src/wp-content/themes/twentytwenty/style-rtl.css
@@ -2862,6 +2862,9 @@ h2.entry-title {
 	font-size: 1.5em;
 	line-height: 1.3;
 }
+.entry-content table{
+	font-size: inherit;
+}
 
 
 /* Block: Base Margins ----------------------- */
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index bd85ce4afe..6f5f0630c7 100644
--- a/src/wp-content/themes/twentytwenty/style.css
+++ b/src/wp-content/themes/twentytwenty/style.css
@@ -2882,6 +2882,9 @@ h2.entry-title {
 	font-size: 1.5em;
 	line-height: 1.3;
 }
+.entry-content table{
+	font-size: inherit;
+}
 
 
 /* Block: Base Margins ----------------------- */
-- 
2.31.0

