Coding Standards: Improve the Site Health CSS for small screens.

Amends #45071.
See #46685.


git-svn-id: https://develop.svn.wordpress.org/trunk@45074 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-03-30 14:08:45 +00:00
parent 74211739fe
commit d1dfe7c414

View File

@ -1,4 +1,5 @@
.site-health #wpcontent {
.site-health #wpcontent,
.site-health.auto-fold #wpcontent {
padding-left: 0;
}