From ed86f954219e9dbf6b4dae56b53da1fd185000f8 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Mon, 9 Sep 2019 10:16:02 +0200 Subject: [PATCH] Fix menu container width --- src/components/AppLayout/AppLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index 683ade739..aafd32799 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -120,8 +120,8 @@ const styles = (theme: Theme) => }, logo: { "& svg": { - height: "100%", - margin: "20px 50px" + width: "256px", + padding: "20px 50px" }, background: theme.palette.secondary.main, display: "block",