Set textarea width to 100% in bootstrap modal

前端 未结 7 1086
夕颜
夕颜 2020-12-08 18:31

Was trying all possible ways, but never succeeded:

    
7条回答
  •  执笔经年
    2020-12-08 18:46

    I had the same problem. I fixed it by adding this piece of code inside the text area's style.

    resize: vertical;
    

    You can check the Bootstrap reference here

提交回复
热议问题