diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-admin/css/site-health.css --- a/wp/wp-admin/css/site-health.css Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-admin/css/site-health.css Fri Sep 05 18:52:52 2025 +0200 @@ -166,6 +166,10 @@ margin: 0 auto; } +.widefat.health-check-table th { + font-size: 13px; +} + .health-check-table td:first-child { width: 30%; } @@ -337,6 +341,7 @@ table-layout: fixed; } + .health-check-table th, .health-check-table td { box-sizing: border-box; display: block; @@ -344,6 +349,7 @@ word-wrap: break-word; } + .widefat.health-check-table th, .health-check-table td:first-child { width: 100%; padding-bottom: 0;