Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I set the Minimum Width on a modal form?

ToolTimeTaborJul 17 2024 — edited Jul 17 2024

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; 
}
This post has been answered by Karel Ekema on Jul 17 2024
Jump to Answer
Comments
Post Details
Added on Jul 17 2024
6 comments
451 views