diff --git a/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php b/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php index 17a31c1810ec6fa355f415362030fd91f65c680f..3c0e43517c35798e539cf1584392d980c2ffcd61 100644 --- a/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php +++ b/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php @@ -231,7 +231,7 @@ protected function ajaxFormWrapper($form_class, FormStateInterface &$form_state) $options = array( 'dialogClass' => 'views-ui-dialog', - 'width' => '50%', + 'width' => '75%', ); $response->addCommand(new OpenModalDialogCommand($title, $display, $options));