diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index dcc1ac0144..e8f414a9f5 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -110,6 +110,11 @@ max-width: 100%; } +/* Screen meta exception for when the "Dashboard" heading is missing or located below the Welcome Panel. */ +.index-php #screen-meta-links { + margin: 0 20px 8px 0; +} + /* Welcome Panel */ .welcome-panel { position: relative; @@ -120,6 +125,7 @@ background-blend-mode: overlay; font-size: 14px; line-height: 1.3; + clear: both; } .welcome-panel::before {