2
Good afternoon, I created a button that opens a modal in bostrap, inside it I inserted some tables. On the desktop works perfectly, but in mobile one of the tables "burst the modal". I wonder how to change the width of the modal in mobile.
Page in question:http://tratspay.com/app/saque.html#
I think the problem is not the modal, but the table. I think you can hide some columns in mobile, or create another table format, or use the bootstrap . table-Responsive
– Zaffar
Thanks, Zaffar! I was able to fix the bug by adding the table Responsive command. Thanks for the force!
– Igor Rosa