Skip to content
Snippets Groups Projects
Commit 7a72d33b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2489884 by mikeburrelljr, yoroy: Give the views modal window a larger width

parent d8442c8e
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ protected function ajaxFormWrapper($form_class, FormStateInterface &$form_state) ...@@ -231,7 +231,7 @@ protected function ajaxFormWrapper($form_class, FormStateInterface &$form_state)
$options = array( $options = array(
'dialogClass' => 'views-ui-dialog', 'dialogClass' => 'views-ui-dialog',
'width' => '50%', 'width' => '75%',
); );
$response->addCommand(new OpenModalDialogCommand($title, $display, $options)); $response->addCommand(new OpenModalDialogCommand($title, $display, $options));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment