#33181 closed defect (bug) (fixed)
Menu Customizer: Problem with longer translation
| Reported by: | pavelevap | Owned by: | westonruter |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Customize | Version: | 4.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Please see attached screenshot, problem is especially with many options (with left scrollbar).
Attachments (6)
Change History (15)
#2
@
11 years ago
To prevent the text from overflowing the gear icon, we could wrap the “You are customizing:” text in a <span class="customize-action"> element and apply these styles to it:
.preview-notice > .customize-action { display: block; width: 160px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
This would mean it would get truncated if the text is too long. We could add a title attribute to reveal the full text.
#4
@
11 years ago
Talking with @samuelsidler, we could just stack the buttons on top of each other: customize-action-breathing-room.png
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Anything we can do here? @ocean90?