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

Amends #45071.
See #46685.

Built from https://develop.svn.wordpress.org/trunk@45074


git-svn-id: http://core.svn.wordpress.org/trunk@44883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2019-03-30 14:09:51 +00:00
parent 44602b5ed9
commit fdda9ca9dd
5 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
.site-health #wpcontent {
.site-health #wpcontent,
.site-health.auto-fold #wpcontent {
padding-right: 0;
}
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -1,4 +1,5 @@
.site-health #wpcontent {
.site-health #wpcontent,
.site-health.auto-fold #wpcontent {
padding-left: 0;
}
+1 -1
View File
File diff suppressed because one or more lines are too long