From d52f7c82c19dfad8b31e2fd643ae2b19c51284b9 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 29 Mar 2019 18:54:39 +0000 Subject: [PATCH] Administration: Improve the CSS for the Site Health pages header. Avoids the Site Health pages header layout to break when the Hello Dolly plugin or other floated content is printed out at the top of the page. Props xkon. Fixes #46650. git-svn-id: https://develop.svn.wordpress.org/trunk@45072 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/site-health.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css index e2a2890ded..82d876d128 100644 --- a/src/wp-admin/css/site-health.css +++ b/src/wp-admin/css/site-health.css @@ -33,6 +33,7 @@ display: flex; align-items: center; justify-content: center; + clear: both; } .site-health-progress {