We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a71987 + 1cb808a commit 9a9bb97Copy full SHA for 9a9bb97
django_admin_listfilter_dropdown/templates/django_admin_listfilter_dropdown/dropdown_filter.html
@@ -4,7 +4,7 @@ <h3>{% blocktrans with title as filter_title %} By {{ filter_title }} {% endbloc
4
<ul class="admin-filter-{{ title|cut:' ' }}">
5
{% if choices|slice:"4:" %}
6
<li>
7
- <select style="width: 95%;"
+ <select class="form-control" style="width: 95%;margin-left: 2%;"
8
onchange="go_from_select(this.options[this.selectedIndex].value)">
9
{% for choice in choices %}
10
<option{% if choice.selected %} selected="selected"{% endif %}
0 commit comments