From 7a72d33bbcb93851a31af7ad1886e16f5c14a4e5 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Wed, 20 May 2015 14:21:13 +0100 Subject: [PATCH] Issue #2489884 by mikeburrelljr, yoroy: Give the views modal window a larger width --- core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php b/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php index 17a31c1810ec..3c0e43517c35 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)); -- GitLab