#12012 closed defect (bug) (fixed)
'Edit Blog' input fields too narrow
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Multisite | Keywords: | |
| Focuses: | Cc: |
Description
MU Trac Ticket: http://trac.mu.wordpress.org/ticket/994
The 'Edit Blog' screens input fields on the left side are too narrow (see attachment).
This could be fixed by placing the fields below the labels (instead of adjacent), which would be more troublesome (IMO). Another option would be to add the following to wp-admin/mu.css, which will ensure input & textarea fields are 200px:
/* Edit Blog: Width Fix */
input[type="text"],
textarea {
min-width: 200px;
}
NOTE: I don't know if this would need to be added to wp-admin/mu-rtl.css
Change History (2)
Note: See
TracTickets for help on using
tickets.
I believe this was fixed when edit blog was switched over to use meta boxes that share the available space 50/50.