I am trying to implement wysihtml5 in a bootstrap from But the width of the text are appears to be be small ,I tried cols attribute, but didn't work
Just set a width of the actual textarea
textarea#my_id { width: 100% }