Skip to content

Commit 1b5d37f

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromOtherPlugins/components/StatusDisplay.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 9a82f55 commit 1b5d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/FromOtherPlugins/components/StatusDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const StatusDisplay: React.FC<StatusDisplayProps> = ({
1818
const isError = type === 'error'
1919

2020
return (
21-
<ImportCard variant="controls" style={{ display: 'flex', alignItems: 'flex-start', gap: '12px', marginBottom: '20px' }}>
21+
<ImportCard variant="controls" style={{ display: 'flex', alignItems: 'flex-start', gap: '12px', marginBlockEnd: '20px' }}>
2222
<div style={{
2323
backgroundColor: isError ? '#d63638' : '#00a32a',
2424
borderRadius: '50%',

0 commit comments

Comments
 (0)