Skip to content

Commit 0a4ee9b

Browse files
committed
fix: remove margins
1 parent 2d235ae commit 0a4ee9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/diffView/DiffView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const DiffView: FC = () => {
5959
<Stack
6060
data-cy={DIFF_VIEW_CONTAINER_CY}
6161
direction="column"
62-
m={2}
62+
// m={2}
6363
ref={rootRef}
6464
>
6565
<ReactDiffViewer

0 commit comments

Comments
 (0)