fix: Extra space on lhs when printing in Firefox, closes #2128

This commit is contained in:
Tom Moor
2021-05-12 20:06:58 -07:00
parent d01e3f7c72
commit 9f226cf3b4

View File

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