wp/wp-admin/css/site-health-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/css/site-health-rtl.css	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/css/site-health-rtl.css	Fri Sep 05 18:52:52 2025 +0200
@@ -167,6 +167,10 @@
 	margin: 0 auto;
 }
 
+.widefat.health-check-table th {
+	font-size: 13px;
+}
+
 .health-check-table td:first-child {
 	width: 30%;
 }
@@ -338,6 +342,7 @@
 		table-layout: fixed;
 	}
 
+	.health-check-table th,
 	.health-check-table td {
 		box-sizing: border-box;
 		display: block;
@@ -345,6 +350,7 @@
 		word-wrap: break-word;
 	}
 
+	.widefat.health-check-table th,
 	.health-check-table td:first-child {
 		width: 100%;
 		padding-bottom: 0;