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.
![](https://objectstorage.us-phoenix-1.oraclecloud.com/p/8XchFSZkjz8qO4p8uxTZOqA0LbZbAcrp1MON3Ph8P79VRQLjAIsR8S0ieDkLokBl/n/axciphqpnohg/b/forums-prod-www/o/attachments/SpTEPnjb-3839-uSsnmyub)
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;
}