diff --git a/app/views/spree/admin/reports/order_cycle_management.html.haml b/app/views/spree/admin/reports/order_cycle_management.html.haml index 5c8db4a2f9..aa59e5a046 100644 --- a/app/views/spree/admin/reports/order_cycle_management.html.haml +++ b/app/views/spree/admin/reports/order_cycle_management.html.haml @@ -11,7 +11,7 @@ = select_tag(:payment_method_name, options_for_select(report_payment_method_options(@orders), params[:payment_method_name]), - multiple: true, include_blank: true) + multiple: true, include_blank: true, size: 10) %br %br = label_tag nil, "Shipping Method: "