Make textarea scale to web page when using twitter-bootstrap

后端 未结 1 728
时光取名叫无心
时光取名叫无心 2021-02-08 18:35

I am trying to make the textarea scale according to page size. I.e I am trying to make the textarea fill the space between the second container and the footer.

HTML:

相关标签:
1条回答
  • 2021-02-08 19:16

    give textarea width as 100%,

    <textarea disabled style="width:100%" ></textarea>
    

    see the fiddle

    0 讨论(0)
提交回复
热议问题