#33181 closed defect (bug) (fixed)
Menu Customizer: Problem with longer translation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.3 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Customize | Keywords: | |
| Focuses: | Cc: |
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.
Anything we can do here? @ocean90?