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
|
b
|
h2.entry-title { |
2862 | 2862 | font-size: 1.5em; |
2863 | 2863 | line-height: 1.3; |
2864 | 2864 | } |
| 2865 | .entry-content table{ |
| 2866 | font-size: inherit; |
| 2867 | } |
2865 | 2868 | |
2866 | 2869 | |
2867 | 2870 | /* 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
|
b
|
h2.entry-title { |
2882 | 2882 | font-size: 1.5em; |
2883 | 2883 | line-height: 1.3; |
2884 | 2884 | } |
| 2885 | .entry-content table{ |
| 2886 | font-size: inherit; |
| 2887 | } |
2885 | 2888 | |
2886 | 2889 | |
2887 | 2890 | /* Block: Base Margins ----------------------- */ |