Hi there,
The dialog width is changed after its first open,
from:<div class="igx-overlay__content--modal igx-overlay__content--relative" style="">
to:
<div class="igx-overlay__content--modal igx-overlay__content--relative" style="width: 1285.6px;>
But the content is only around 300px in width so the dialog is expanded beyond its content.What I've tried so far:
System:
For anyone else running into the same problem, I was able to fix it by surrounding the <igx-dialog> with a <div style="width: 0"> tag. This will keep the dialog from growing on subsequent rendering.