Skip to content

Commit f97ce32

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/ImportApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const ImportApp: React.FC = () => {
2727

2828
return (
2929
<div className="narrow" style={{ maxWidth: '800px' }}>
30-
<h2 className="nav-tab-wrapper" style={{ marginBottom: '20px' }}>
30+
<h2 className="nav-tab-wrapper" style={{ marginBlockEnd: '20px' }}>
3131
<a
3232
className={`nav-tab${activeTab === 'upload' ? ' nav-tab-active' : ''}`}
3333
href="#"

0 commit comments

Comments
 (0)