Set textarea width to 100% in bootstrap modal

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

Was trying all possible ways, but never succeeded:

    
相关标签:
7条回答
  • 2020-12-08 18:57

    Try add min-width: 100% to style of your textarea:

    <textarea class="form-control" style="min-width: 100%"></textarea>
    
    0 讨论(0)
提交回复
热议问题