If I change the value of :rows, it works. But it stays at the default cols whatever value I set with \':cols =>\'. Column width won\'t change.
I viewed the html source a
I found the following in the site.css generated by VS2013
/* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 280px; }
To override this behavior in a specific element, add the following...
style="max-width: none;"
For example: