Fix floated #post-body-content on the Appearance -> Menus screen, props SergeyBiryukov, fixes #20467
git-svn-id: http://svn.automattic.com/wordpress/trunk@20516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2aff17ee0e
commit
88752323cb
|
@ -6461,6 +6461,7 @@ a.rsswidget {
|
||||||
|
|
||||||
.nav-menus-php #post-body-content {
|
.nav-menus-php #post-body-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-management .menu-add-new abbr {
|
#menu-management .menu-add-new abbr {
|
||||||
|
|
Loading…
Reference in New Issue