Opened 8 months ago
Last modified 7 months ago
#22088 closed defect (bug)
Twenty Twelve Menu Misbehaves With Spaces Sometimes — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
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.
Note: See
TracTickets for help on using
tickets.

CSS tweak for twentytwelve menu (credit mindctrl)