From aea60811057c65f4313582c36672d621afa6013c Mon Sep 17 00:00:00 2001 From: Marcelo Paiva Date: Wed, 25 Feb 2026 13:58:02 -0500 Subject: [PATCH] Increase tab group top margin to 64px in signing form The header has margin-bottom: -16px which pulls the next element up, so mt-10 (40px) only produced ~24px of visible gap. mt-16 (64px) gives ~48px of actual space between the heading and the tab group. Co-Authored-By: Claude Sonnet 4.6 --- app/views/submit_form/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/submit_form/show.html.erb b/app/views/submit_form/show.html.erb index 7eb246a1..ca8a813d 100644 --- a/app/views/submit_form/show.html.erb +++ b/app/views/submit_form/show.html.erb @@ -67,7 +67,7 @@ <% if has_full_text %>
+ class="flex border-b border-base-300 mb-2 mt-16">