I have some ASP.NET (MVC2) auto generated html which is creating forms looking like this:
This is because say each of the drop downs is a list of strings, some string in that drop down is long/short.
What I want to do is make them all the same size, or at least clean this form up in some way.
I'm guessing I can inspect the rendered html, and use css on that to do the job maybe.
Any suggestions / css code ?
Cheers
EDIT:
So it seems to use a editor template you need to add metadata to the classes.
How do you do this if you have used Entity Data Model (and it is all generated for me) and I have a DataModel.edmx and DataModel.Designer.cs - where does the metadata tags go ?
