mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-22 16:48:36 +02:00
feat: increase filter dropdown size on larger screens
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<form hx-get="{% url 'monthly_transactions_list' month=month year=year %}" hx-trigger="change, submit, search"
|
<form hx-get="{% url 'monthly_transactions_list' month=month year=year %}" hx-trigger="change, submit, search"
|
||||||
hx-target="#transactions" id="filter" hx-indicator="#transactions"
|
hx-target="#transactions" id="filter" hx-indicator="#transactions"
|
||||||
class="dropdown-menu p-4 w-lg-50 tw-w-full lg:tw-w-2/4"
|
class="dropdown-menu p-4 tw-w-full lg:tw-w-3/4"
|
||||||
_="install init_tom_select">
|
_="install init_tom_select">
|
||||||
{% crispy filter.form %}
|
{% crispy filter.form %}
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user