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")`