Я также столкнулся с той же проблемой в моей разработке, и я нашел решение с помощью windowClass
в ng-bootstrap
const modalRef = this.modalService.open(UserPasswordComponent, {
windowClass: 'custom-modal-width' // add a custom class here where you open the modal
});
В вашем style.css
контроле ширины
.custom-modal-width .modal-content {
width: 50%;
}
обязательно удалите класс model-content
из вашего шаблона