I need to customize the width of the modal (need to make it larger than modal-xl
)
My approach is as follows however, it does not seem to be working.
<div class="modal" id="creditNoteDetailsModal" *ngIf="creditNoteDetails" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog modal-dialog-centered" style="width: 1400px" role="document">
....
....
</div>
</div>