Here is my css:
.editor-field textarea { width : 400; height : 100px; }
Here is the markup from my view:
&l
You left off px:
px
.editor-field textarea { width : 400px; height : 100px; }