Opened 12 years ago
Closed 12 years ago
#21956 closed defect (bug) (fixed)
Long name in Page Template metabox breaks admin layout
Reported by: | Ov3rfly | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | UI | Keywords: | has-patch ui-feedback |
Focuses: | Cc: |
Description
Long template names shown in Page Template metabox in admin interface break the layout to the right, see attachment.
Possible fix: "max-width" css for select id="page_template"
Attachments (4)
Change History (13)
#2
@
12 years ago
- Cc SergeyBiryukov added
- Component changed from Administration to UI
- Keywords has-patch added
- Version changed from 3.4.2 to 3.4
#3
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
Looks good. 21956.2.patch does the same in Quick Edit.
IE 7/8 requires fixed width (related: ticket:21752:3, also addressed in the patch).
#5
@
12 years ago
For quick edit, we also have to account for the label when doing max-width: 100%. Something like max-width: 80% will account for the label except at much narrower widths.
#6
@
12 years ago
21956.3.patch adds max-width: 80%
for Quick Edit.
Note: See
TracTickets for help on using
tickets.
Related: [18453]
Removed with [21042], see #19613