5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-21 21:56:22 +00:00

fix: ajust márgenes botón de aplicar filtros #16509

This commit is contained in:
maki 2024-06-14 16:09:24 -03:00
parent be6d101e6c
commit b7b046b5b9

View file

@ -31,7 +31,7 @@
key: key,
schema: schema,
filter: @filter_params
%button.btn.btn-secondary.mt-3{ type: 'submit' }= t('posts.filters.submit')
%button.btn.btn-secondary.mt-2.mb-4{ type: 'submit' }= t('posts.filters.submit')
= render 'layouts/details',
summary: t('posts.new'),
summary_class: 'h4 magenta font-weight-bold m-0 px-2 py-2',