We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d235ae commit 0a4ee9bCopy full SHA for 0a4ee9b
src/components/diffView/DiffView.tsx
@@ -59,7 +59,7 @@ const DiffView: FC = () => {
59
<Stack
60
data-cy={DIFF_VIEW_CONTAINER_CY}
61
direction="column"
62
- m={2}
+ // m={2}
63
ref={rootRef}
64
>
65
<ReactDiffViewer
0 commit comments