[wp-trac] [WordPress Trac] #26299: admin bar submenu misaligned on mobile devices if the parent is not a link
    WordPress Trac 
    noreply at wordpress.org
       
    Wed Nov 27 21:40:53 UTC 2013
    
    
  
#26299: admin bar submenu misaligned on mobile devices if the parent is not a link
----------------------------+-----------------------------
 Reporter:  Chouby          |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  trunk
 Severity:  minor           |   Keywords:
----------------------------+-----------------------------
 in admin-bar sub-menu is too high if the parent menu is not a link.
 This can be fixed with the css rule:
 {{{
 @media screen and ( max-width: 782px ) {
         #wpadminbar .quicklinks .ab-empty-item,
          {
                 height: 46px;
         }
 }}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26299>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list