Nicer select2 box
This commit is contained in:
parent
e1cca75f57
commit
8900672181
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
'class' => 'form-inline' ]) }}
|
||||
|
||||
<div id="toolbar">
|
||||
<select name="bulk_actions" class="form-control select2">
|
||||
<select name="bulk_actions" class="form-control select2" style="width: 200px;">
|
||||
<option value="delete">Bulk Delete</option>
|
||||
</select>
|
||||
<button class="btn btn-default" id="bulkEdit" disabled>Go</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue