From 4258ff74f9fafb93f02e49325168c15ecc2e75c4 Mon Sep 17 00:00:00 2001 From: "Marius L. J" Date: Wed, 12 May 2021 14:19:17 +0000 Subject: [PATCH] Site Health: Remove status text indentation. This removes the left-side margin from the status text in the Site Health dashboard widget, which caused the text to be slightly indented, and not centered under the status indicator circle. Follow-up to [50833]. See #52966. git-svn-id: https://develop.svn.wordpress.org/trunk@50845 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/site-health.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css index 497393fc48..4c08cce314 100644 --- a/src/wp-admin/css/site-health.css +++ b/src/wp-admin/css/site-health.css @@ -475,6 +475,9 @@ column-gap: 16px; align-items: center; } +#dashboard_site_health .site-health-progress-label { + margin-left: 0; +} @media screen and (max-width: 480px) { #dashboard_site_health .inside {