Skip to content

Commit c6c200c

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

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
@@ -28,7 +28,7 @@ export const StatusDisplay: React.FC<StatusDisplayProps> = ({
2828
alignItems: 'center',
2929
justifyContent: 'center',
3030
flexShrink: 0,
31-
marginTop: '2px'
31+
marginBlockStart: '2px'
3232
}}>
3333
<span style={{ color: 'white', fontSize: '14px', fontWeight: 'bold' }}>
3434
{isError ? '✕' : '✓'}

0 commit comments

Comments
 (0)