[wp-trac] [WordPress Trac] #22088: Twenty Twelve Menu Misbehaves With Spaces Sometimes

WordPress Trac wp-trac at lists.automattic.com
Wed Oct 3 20:30:58 UTC 2012


#22088: Twenty Twelve Menu Misbehaves With Spaces Sometimes
-----------------------------+--------------------------
 Reporter:  Ipstenu          |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Themes
  Version:  trunk            |   Severity:  normal
 Keywords:  has-patch        |
-----------------------------+--------------------------
 From http://wordpress.org/support/topic/twentytwelve-nav?replies=13

 When adding a ? to the end of a menu item name, it kicked the ? to a
 second line.

 This was reproduced with any single char as the last thing on a menu.

 http://cl.ly/image/2B0R3A2x2R22

 Changing this:

 {{{
         .main-navigation li a,
         .main-navigation li {
                 display: inline-block;
                 text-decoration: none;
         }
 }}}

 to this
 {{{
         .main-navigation li a,
         .main-navigation li {
                 display: inline-block;
                 text-decoration: none;
         }
 }}}

  fixes it (credit mindctrl)

 Attaching patch.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22088>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list