This topic is locked

Making popup dialogs 100% wide

6/28/2025 11:43:21 AM
PHPRunner Tips and Tricks
Sergey Kornilov admin

This advise applies to both PHPRunner and ASPRunner.NET.

You can add the following code to Style Editor -> Modify CSS section and all popups will have 100% width:

div.modal-dialog.ui-draggable, div.modal-body, div.modal-content.ui-resizable {
width: 100% !important;
}