Skip to content

Commit c545793

Browse files
committed
fix new lines
1 parent ac48bcb commit c545793

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/components/MobileSideBarMenu/Content.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ const MobileSideBarMenuContents = ({className, onClick, sidebar, path}) => {
2727
);
2828
}
2929

30-
export default MobileSideBarMenuContents;
30+
export default MobileSideBarMenuContents;
31+

src/theme/Navbar/MobileSidebar/PrimaryMenu/styles.module.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
.primaryMenuMobile {
2-
3-
}
4-
5-
61
.primaryMenuMobile {
72
padding: 0; /* Remove unwanted padding */
83
margin: 0; /* Remove unwanted margin */
@@ -23,4 +18,5 @@
2318
padding-bottom: 12px;
2419
margin: 0; /* Ensure no extra margins */
2520
display: block; /* Ensure full-width clickable area */
26-
}
21+
}
22+

src/theme/Navbar/MobileSidebar/SecondaryMenu/styles.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@
8484
.docsNavBurger {
8585
display: flex;
8686
}
87-
}
87+
}
88+

0 commit comments

Comments
 (0)