diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index ee0b4a89a8..9894525078 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -39,7 +39,8 @@ /* Position admin messages */ .themes-php div.updated, -.themes-php div.error { +.themes-php div.error, +.themes-php div.notice { margin: 0 0 20px 0; clear: both; }