From fe16b2a06d913d2c1d9cda1776782a2b0c86210f Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Mon, 9 Jan 2023 17:17:48 -0300 Subject: [PATCH] refactor: Add spacing in the bottom of a page (#5633) --- site/src/components/AuthAndFrame/AuthAndFrame.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/components/AuthAndFrame/AuthAndFrame.tsx b/site/src/components/AuthAndFrame/AuthAndFrame.tsx index c3a5a5ecc7..6eea191491 100644 --- a/site/src/components/AuthAndFrame/AuthAndFrame.tsx +++ b/site/src/components/AuthAndFrame/AuthAndFrame.tsx @@ -70,5 +70,6 @@ const useStyles = makeStyles((theme) => ({ }, siteContent: { flex: 1, + paddingBottom: theme.spacing(10), }, }))