From c07fb4e21db659dc04e49e47baab6b07123d59c9 Mon Sep 17 00:00:00 2001 From: hppanpaliya Date: Wed, 13 Sep 2023 16:32:07 -0400 Subject: [PATCH] added margin at bottom of paper component --- react/src/components/InboxEmail/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/src/components/InboxEmail/index.js b/react/src/components/InboxEmail/index.js index 928f724..f5728b0 100644 --- a/react/src/components/InboxEmail/index.js +++ b/react/src/components/InboxEmail/index.js @@ -115,6 +115,7 @@ const InboxEmail = () => { sx={{ p: 2, margin: isMobile ? "6vh" : "0vh", + marginBottom: 2, }} >