Search code examples
javascriptjqueryhtmltwitter-bootstrapwysihtml5

How to set text box width in wysihtml5


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 workenter image description here


Solution

  • Just set a width of the actual textarea

    textarea#my_id { width: 100% }