[wp-trac] [WordPress Trac] #49576: Menu Editor UI issues on med-large screens

WordPress Trac noreply at wordpress.org
Fri Nov 6 11:00:04 UTC 2020


#49576: Menu Editor UI issues on med-large screens
-------------------------------------+-------------------------------------
 Reporter:  garrett-eclipse          |       Owner:  audrasjb
     Type:  defect (bug)             |      Status:  assigned
 Priority:  normal                   |   Milestone:  5.6
Component:  Menus                    |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-screenshots has-     |     Focuses:  ui, css,
  patch commit needs-refresh         |  administration
-------------------------------------+-------------------------------------
Changes (by mukesh27):

 * keywords:  has-screenshots has-patch commit => has-screenshots has-patch
     commit needs-refresh


Comment:

 @garrett-eclipse In patch [attachment:"49576.3.diff"] can you please marge
 two margin property in single? like below

 {{{
 #save_menu_header {
         margin: 0;
         margin-bottom: 4px;
 }

 }}}
 Replace to
 {{{
 #save_menu_header {
         margin: 0 0 4px;
 }
 }}}

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


More information about the wp-trac mailing list