Themes: Fix position of admin notice with .notice class.
fixes #30895. git-svn-id: https://develop.svn.wordpress.org/trunk@31054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7d7b33ff49
commit
d33e517bb9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user