﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12012,'Edit Blog' input fields too narrow,wpmuguru,,"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
",defect (bug),closed,normal,,Multisite,,normal,fixed,,
