Align dropdown menu for filters to the left hand side
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user