From 387d546e7713cc2ab5f267b909abefbd3c108c57 Mon Sep 17 00:00:00 2001 From: Anton Kastritskiy Date: Fri, 17 Nov 2023 10:06:47 -0800 Subject: [PATCH] inconsistent right padding Summary: There is too much padding on the right wether right sidebar open or not, this fixes it Reviewed By: lblasa Differential Revision: D51428892 fbshipit-source-id: 6fa9b0c06ddf32c32d162a7fd2bd765e8996c00a --- desktop/flipper-ui-core/src/sandy-chrome/SandyApp.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/flipper-ui-core/src/sandy-chrome/SandyApp.tsx b/desktop/flipper-ui-core/src/sandy-chrome/SandyApp.tsx index 156ebfe33..6f015e3f6 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/SandyApp.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/SandyApp.tsx @@ -224,7 +224,6 @@ const outOfContentsContainer = ( const MainContainer = styled(Layout.Container)({ background: theme.backgroundWash, - padding: `0 ${theme.space.large}px ${theme.space.large}px 0`, overflow: 'hidden', });