[wp-trac] [WordPress Trac] #54217: Menu Screen has some UI inconsistency issue

WordPress Trac noreply at wordpress.org
Mon Oct 4 13:59:06 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:  Menus                    |     Version:  5.8
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch has-           |     Focuses:  ui, css,
  screenshots                        |  administration
-------------------------------------+-------------------------------------
Changes (by sabernhardt):

 * focuses:  ui, css => ui, css, administration
 * component:  General => Menus
 * version:  trunk => 5.8


Old description:

> 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```

New description:

 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.png`

--

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54217#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list