Wrap select filters in dedicated container

This commit is contained in:
Jürgen Mummert
2026-02-22 12:14:24 +01:00
parent 1b477c24da
commit b525f37862
@@ -7,6 +7,7 @@
{% endfor %}
</div>
<div class="select-filters">
<div class="widget-select places">
<label for="location-filter" class="visually-hidden">Orte:</label>
<select id="location-filter">
@@ -26,6 +27,7 @@
{% endfor %}
</select>
</div>
</div>
<p id="eventfilter-status" class="visually-hidden" aria-live="polite"></p>
</div>