#45866 closed defect (bug) (fixed)
Twenty Nineteen: Long submenu item titles do not wrap
Reported by: | kjellr | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch |
Focuses: | css | Cc: |
Description
Attachments (2)
Change History (12)
#2
@
6 years ago
- Keywords has-screenshots added
- Milestone changed from Awaiting Review to Future Release
#3
@
5 years ago
- Keywords has-patch added; needs-patch removed
Added a patch to set fix width issue of the submenu item in both .scss and .css files. I am starting to contribute in WordPress. Do let me know if something wrong with my fixes.
Thanks
#5
@
4 years ago
The patch needs a very quick refresh since it hasn't been committed for 9 months and some lines have moved about, but the rules work and fixes the problem. Hope this is committed sooner rather than later.
#6
@
4 years ago
- Owner set to ianbelanger
- Status changed from new to reviewing
Reviewing for commit.
#8
@
4 years ago
- Keywords fixed-major added
- Milestone changed from 5.5 to 5.4.3
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport.
Note: See
TracTickets for help on using
tickets.
In my case i have to remove
whitespace: nowrap;
from.main-navigation .sub-menu > li > a
and also needs to changemin-width: min-width: max-content;
tomin-width: min-width: 250px;