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:
parent
be6d101e6c
commit
b7b046b5b9
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue