Align dropdown menu for filters to the left hand side

This commit is contained in:
Sebastian Serth
2022-08-12 14:39:46 +02:00
parent 6cff95a64b
commit e7f409c1df

View File

@ -5,6 +5,6 @@
.btn-group.float-end.ms-auto.text-nowrap
button.btn.btn-primary type='submit' = t('shared.apply_filters')
button.btn.btn-primary.dropdown-toggle data-bs-toggle='dropdown' type='button'
ul.dropdown-menu role='menu'
ul.dropdown-menu.dropdown-menu-end role='menu'
li
a.dropdown-item href=request.path = t('shared.reset_filters')