ronlaw said:Erm, in the CSS it says
.FormContentTitleInput {
width : 60%;
height : 14px;
overflow : auto;
}
so the height is absolutely specified...
and why are you using a Textarea for a single line input?
I believe I removed the fixed height in my latest beta version.
I'm using textareas instead of text inputs because quotation marks cause text inputs to break.