[wp-trac] [WordPress Trac] #33708: Dashboard Menu is breaking

WordPress Trac noreply at wordpress.org
Thu Sep 3 14:52:07 UTC 2015


#33708: Dashboard Menu is breaking
--------------------------+------------------------------
 Reporter:  hipihipiurra  |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:  4.3
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by hipihipiurra):

 I made a mistake!
 I just saw this list item has another list inside it, and it opens as
 dropdown menu on hover.
 So, I think "overflow: hidden" is not cool as a solution.

 I think is better to use display: inline-block and width: 100%:

 {{{
 #adminmenu li.menu-top {
     border: none;
     min-height: 34px;
     position: relative;
     display: inline-block;
     width: 100%;
 }
 }}}

 Sorry for bad english.

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


More information about the wp-trac mailing list