[wp-trac] [WordPress Trac] #54217: Menu Screen has some UI inconsistency issue
WordPress Trac
noreply at wordpress.org
Mon Oct 4 13:42:31 UTC 2021
#54217: Menu Screen has some UI inconsistency issue
--------------------------+---------------------------------------
Reporter: juhise | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords: has-patch has-screenshots
Focuses: ui, css |
--------------------------+---------------------------------------
Bulk Select button on menu screen on top and bottom doesn't have the equal
margin from top and bottom, Refer Screenshot ```bulk-select-margin.png```
After applying the patch, the screen looks like this, refer ```bulk-
select-after-fix.png```
Made sure it doesn't break anything else, after applying the fix for it,
menu items margin got disturbed so applied fix for that as well, refer
```menu-item-margin.png```
`Add menu items from the column on the left.` padding of this also got
disturbed so fixed this by adding
{{{
.nav-menus-php #post-body-content .post-body-plain {
margin-bottom: 0;
padding: 0.1em 0;
}
}}}
Refer Screenshots: ```menu-item-colum-left.png``` & ```menu-item-colum-
left-after-fix.pg```
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54217>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list