Skip to content

Commit d46d38e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const ImportSection: React.FC<ImportSectionProps> = ({
1717
}) => {
1818
const sectionStyle: React.CSSProperties = {
1919
display: active ? 'block' : 'none',
20-
paddingTop: 0,
20+
paddingBlockStart: 0,
2121
...style
2222
}
2323

0 commit comments

Comments
 (0)