diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index 7b8a5ece..ec76806c 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -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 diff --git a/app/views/schemas/_row.haml b/app/views/schemas/_row.haml index 494d664c..47b046fd 100644 --- a/app/views/schemas/_row.haml +++ b/app/views/schemas/_row.haml @@ -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