Textarea not horizontally draggable

Hi all,

I am using a simple text area as:

html.Textarea(rows=5,cols=10)

(you can just put the above in any of your functional app.py)

I can drag it bigger vertically but not horizontally. Any idea what is wrong?

I just realized that rows parameter does not have any effect on the size of the box. It is automatically rendered!