5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 03:06:23 +00:00

fix: padding en los details de posts/index #16509

This commit is contained in:
maki 2024-06-14 16:05:03 -03:00
parent d098fa7131
commit be6d101e6c
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
= render 'layouts/details', summary: t('posts.filters.title') do
%form{ method: :get }
.border.border-magenta.p-1
.border.border-magenta.p-3
- @filter_params.each do |param, values|
- next if param == :layout

View file

@ -1,5 +1,5 @@
%tr.border-top.border-magenta
%th.font-weight-normal.w-100.position-relative{ scope: 'row' }
%th.font-weight-normal.w-100.position-relative.px-3.py-2{ scope: 'row' }
- if local_assigns[:parent_schema]
%span.text-muted —
= render 'schemas/add', schema: schema, **local_assigns