From ce4ae1039f6735aa08324c0e27b59b33bc5f6246 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Sat, 24 Jan 2026 00:00:39 +0000 Subject: [PATCH] fix(styles): adjust padding and margin for improved layout in modal tab content --- .../Elements/MainModal/scss/modules/_modalTabContent.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss b/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss index 7f8efa61..38b6de53 100644 --- a/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss +++ b/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss @@ -8,7 +8,7 @@ } */ @include themed { - padding: 1rem 2rem 4rem; + padding: 1rem 2rem 5rem; display: flex; flex-direction: column; width: 100%; @@ -42,6 +42,10 @@ border-bottom: none; } + &:last-child { + margin-bottom: 2rem; + } + .content { display: flex; flex-flow: column;