We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6496b3d commit f97ce32Copy full SHA for f97ce32
src/js/components/Import/ImportApp.tsx
@@ -27,7 +27,7 @@ export const ImportApp: React.FC = () => {
27
28
return (
29
<div className="narrow" style={{ maxWidth: '800px' }}>
30
- <h2 className="nav-tab-wrapper" style={{ marginBottom: '20px' }}>
+ <h2 className="nav-tab-wrapper" style={{ marginBlockEnd: '20px' }}>
31
<a
32
className={`nav-tab${activeTab === 'upload' ? ' nav-tab-active' : ''}`}
33
href="#"
0 commit comments