I am using this code but the modal is too thin:
You could try:
.modal.modal-wide .modal-dialog { width: 90%; } .modal-wide .modal-body { overflow-y: auto; }
Just add .modal-wide to your classes