From b8c54a4d0fe7b8e6086976c71617c1aff72815b4 Mon Sep 17 00:00:00 2001 From: maki Date: Tue, 14 May 2024 12:05:48 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20alineaci=C3=B3n=20botones=20en=20respons?= =?UTF-8?q?ive=20#16292?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index eaa757f9..f13324d4 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -72,7 +72,7 @@ %caption.sr-only= t('posts.caption') %thead %tr.sticky-top - %th.border-0{ colspan: '4' } + %th.border-0.p-0.p-md-2-plus{ colspan: '4' } .d-flex.flex-row.justify-content-between %div = submit_tag t('posts.reorder.submit'), class: 'btn btn-secondary'