From 9f226cf3b4cf5de2ce2effb54e367a284ac40beb Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 12 May 2021 20:06:58 -0700 Subject: [PATCH] fix: Extra space on lhs when printing in Firefox, closes #2128 --- app/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Layout.js b/app/components/Layout.js index 692009959..7fd9eafc8 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -202,7 +202,7 @@ const Content = styled(Flex)` props.$isResizing ? "none" : `margin-left 100ms ease-out`}; @media print { - margin: 0; + margin: 0 !important; } ${breakpoint("mobile", "tablet")`