Skip to content

Commit a146a9e

Browse files
Remove bottom margin from Google Keep import section
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d09c6ab commit a146a9e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client/src/components/ImportExportSettings.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ const Container = styled.div`
1111
gap: 20px;
1212
`;
1313

14-
const Section = styled.div`
15-
margin-bottom: 20px;
16-
`;
14+
const Section = styled.div``;
1715

1816
const SectionTitle = styled.h3`
1917
font-size: 18px;

0 commit comments

Comments
 (0)