#45866 closed defect (bug) (fixed)
Twenty Nineteen: Long submenu item titles do not wrap
| Reported by: | kjellr | Owned by: | ianbelanger |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-screenshots has-patch |
| Cc: | Focuses: | css |
Description
Attachments (2)
Change History (12)
#3
@
7 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
@
6 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.
#8
@
6 years ago
- Keywords fixed-major added
- Milestone 5.5 → 5.4.3
- Resolution fixed
- Status closed → reopened
Reopening for backport.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


In my case i have to remove
whitespace: nowrap;from.main-navigation .sub-menu > li > aand also needs to changemin-width: min-width: max-content;tomin-width: min-width: 250px;