Skip to content

Commit 059d3c0

Browse files
committed
change style
1 parent d8bf995 commit 059d3c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adminlteui/templates/admin/filter.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{% load i18n %}
22

3-
<div class="col-md-1">
3+
<div class="col-md-1" style="padding-right: 0">
44
<div class="form-group">
5-
<select class="form-control select2 select2-hidden-accessible" style="width: 100%;" tabindex="-1" aria-hidden="true">
5+
<select class="form-control select2 select2-hidden-accessible" style="width: 100%;" tabindex="-1" aria-hidden="true" data-name="{{spec.lookup_kwarg}}">
66
<option value="">{{ title }}</option>
77
<option value="">------</option>
8-
{{new_choices}}
98
{% for choice in new_choices %}
109
<option data-name="{{ choice.name }}" value="{{ choice.value }}" {% if choice.selected %} selected {% endif %}>{{ choice.display }}</option>
1110
{% endfor %}

0 commit comments

Comments
 (0)