Here is my css:
.editor-field textarea { width : 400; height : 100px; }
Here is the markup from my view:
&l
Code:
@Html.TextAreaFor(m => m.Message, 30, 10, new { @class = "what" })