From dd8202d7fa2ca115b26d14353ba494ab0cc7d32c Mon Sep 17 00:00:00 2001 From: manziEric <50232091+manziEric@users.noreply.github.com> Date: Mon, 22 Feb 2021 12:29:37 +0100 Subject: [PATCH] fix: update certification page padding-bottom (#41158) * fix: update certification page padding-bottom * fix: update lastpull request remove padding-bottom from certification.css --- client/src/client-only-routes/ShowCertification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/client-only-routes/ShowCertification.js b/client/src/client-only-routes/ShowCertification.js index 44b78e5355..9129aea716 100644 --- a/client/src/client-only-routes/ShowCertification.js +++ b/client/src/client-only-routes/ShowCertification.js @@ -385,6 +385,7 @@ const ShowCertification = props => { {signedInUserName === username ? shareCertBtns : ''} + ); };