Trying to make bootstrap modal wider

后端 未结 3 390
醉话见心
醉话见心 2021-01-30 09:55

I am using this code but the modal is too thin:

3条回答
  •  情歌与酒
    2021-01-30 10:42

    If you need this solution for only few types of modals just use style="width:90%" attribute.

    example:

    div class="modal-dialog modal-lg" style="width:90%"
    

    note: this will change only this particular modal

提交回复
热议问题