What is the best way to set/override a custom width for a modal?
It seems ng-bootstrap currently supports
size: 'sm' | 'lg'
but Bootstrap 4 supports sm, md and lg.
Ideally I would like the modal to be responsive and adjust similar to container sizes. And on mobile have it go full screen.
EDIT: Bootstrap 4 _variables.scss seems to have a $modal-md setting but appears to be unused.
$modal-lg:                    800px !default;
$modal-md:                    500px !default;
$modal-sm:                    300px !default;
 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    