Selaa lähdekoodia

Merge pull request #2152 from dkorsak/patch-6

Add class for batch list action dropdown
Thomas 10 vuotta sitten
vanhempi
commit
9423007b88
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

+ 1 - 1
Resources/views/CRUD/base_list.html.twig

@@ -121,7 +121,7 @@ file that was distributed with this source code.
                                                              ({{ admin.datagrid.pager.nbresults }})
                                                         </label>
 
-                                                        <select name="action" style="width: auto; height: auto">
+                                                        <select name="action" style="width: auto; height: auto" class="form-control">
                                                             {% for action, options in batchactions %}
                                                                 <option value="{{ action }}">{{ options.label }}</option>
                                                             {% endfor %}