Administration: Improve the Site Health "Passed tests" button style for small screens.

Props chetan200891.
Fixes #46939.


git-svn-id: https://develop.svn.wordpress.org/trunk@45217 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-04-16 16:22:41 +00:00
parent c295378ecd
commit f969e1dfd7
1 changed files with 2 additions and 1 deletions

View File

@ -288,7 +288,8 @@
.wp-core-ui .button.site-health-view-passed {
position: relative;
padding: 0 40px 0 20px;
padding-right: 40px;
padding-left: 20px;
}
.health-check-accordion-trigger:hover,