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
This commit is contained in:
Marius L. J 2021-05-12 14:19:17 +00:00
parent 1ede4de4a3
commit 4258ff74f9

View File

@ -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 {