This seems like it should be simple, but I cannot seem to set the minimum width on a Modal dialog.
I have tried setting the minimum width using the designer.

I have also tried inline CSS without success.
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable
{
min-width: 1500px;
}