Opened 9 years ago
Closed 9 years ago
#37033 closed enhancement (fixed)
Theme's name in theme preview is overlapping when a too long word is used.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Themes | Keywords: | has-patch has-screenshots |
Focuses: | ui, administration | Cc: |
Description
Screenshot with the issue can be seen here:
Most simple way of reproducing is by replacing the text string from the Dev Tools or by renaming a theme. I know having string like in the example is not often seen, but some languages or product names might require joining words like MyAwesomeCompanyThemeNaming or something of this sort for closed or public projects.
The solution is simple
word-wrap: break-word; overflow-wrap: break-word;
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Attached patch for this issue only limited to the selector:
Screenshot of the result:
Submitted at the WordCamp Belgrade Contributors day :) Cheers''