From 75b9c8c408d786f41124e7389450e5b91ea3e3d1 Mon Sep 17 00:00:00 2001 From: AdithyaPadmashali <57041819+AdithyaPadmashali@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:15:47 +0530 Subject: [PATCH] Changed bottom padding to 1.5rem in modal-main (#5156) --- frontend/src/_styles/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 255f0f83c4..a51da4a5eb 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -4500,7 +4500,7 @@ input[type="text"] { } .modal-main { - padding-bottom: 5rem; + padding-bottom: 1.5rem; } .modal-footer-btn { @@ -6854,4 +6854,4 @@ tbody { } } -} \ No newline at end of file +}