I am trying to create a modal Dialog, but the width is not applied correctly.
<igx-dialog
#alert
title="Notification"
message="Your email has been sent successfully!"
leftButtonLabel="OK"
(onLeftButtonSelect)="alert.close()"
style="width:1000px"
></igx-dialog>

You can position the
IgxDialogComponentin a custom div and then apply the desired styles. For this purpose you should use theIgxOverlayServiceof theIgxToggleDirectivewhich theIgxDialogComponentuses.A sample where this can be seen can be found here