I use bootstrap theme and I noticed that after I disable editor using unset_texteditor I get some pretty bad looking textarea element:
It's very small and it's design is different from other input fields.
In order to make it look and act the same it's missing the class:
class="form_control"
Once that class is applied to that textarea element it looks same as other form elements (for example)
Has anyone run into this?
Is there any solution how to solve this?
Thanks!