id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 22088 Twenty Twelve Menu Misbehaves With Spaces Sometimes Ipstenu lancewillett "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; text-decoration: none; } }}} fixes it (credit mindctrl) Attaching patch." defect (bug) closed low 3.5 Bundled Theme 3.5 normal fixed has-patch