Forum Discussion
SteveMcLain
9 years agoQrew Trainee
How would I increase the height attribute? This doesn't seem to work for me:
$("div.VRinDiv").css("height", "450px");
MCFNeil
9 years agoQrew Captain
The height automatically adjusts depending on how many rows you allow to display (via editing the form element)
I don't think you'd want to cut a row off mid line by overriding the css for the page.
I don't think you'd want to cut a row off mid line by overriding the css for the page.