From 55716b7960cd6628185fe2b05fef6f50e230cbb7 Mon Sep 17 00:00:00 2001 From: danieldeng2 <danieldeng223@gmail.com> Date: Sun, 9 Aug 2020 00:53:29 +0100 Subject: [PATCH] Change x padding back to 4 --- frontend/src/components/pages/StandardView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pages/StandardView/index.tsx b/frontend/src/components/pages/StandardView/index.tsx index eeceeacb5..4ce309d24 100644 --- a/frontend/src/components/pages/StandardView/index.tsx +++ b/frontend/src/components/pages/StandardView/index.tsx @@ -53,7 +53,7 @@ const StandardView: React.FC<StandardViewProps> = ({ </Switch> <div id="sidenav-overlay" onClick={(e) => onOverlayClick(e)}></div> - <Container className={classNames("py-4", "px-5", "pageContainer")}> + <Container className={classNames("p-4", "pageContainer")}> <Switch> <Route path="/dashboard"> <ExamplePage name="Dashboard" /> -- GitLab