Skip to content

Commit 6496b3d

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/shared/components/ImportCard.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent ce9fe10 commit 6496b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/shared/components/ImportCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const ImportCard = React.forwardRef<HTMLDivElement, ImportCardProps>(({
2020
padding: '25px',
2121
borderRadius: '5px',
2222
border: '1px solid #e0e0e0',
23-
marginBottom: '10px',
23+
marginBlockEnd: '10px',
2424
width: '100%',
2525
...style
2626
}

0 commit comments

Comments
 (0)