mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
1ede4de4a3
commit
4258ff74f9
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user