Skip to content

Commit f8dcf66

Browse files
committed
fix: adjust spacing in HeaderSection for improved layout
Signed-off-by: Yi Nuo <[email protected]>
1 parent bb4af1d commit f8dcf66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/src/components/ExtensionComponent/AuthedDashboard.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,11 @@ const HeaderSection = ({ isDarkTheme }) => (
7575
<MuiBox
7676
display="flex"
7777
justifyContent={"end"}
78-
gap={4}
78+
gap={1}
7979
alignItems={"center"}
80-
m={2}
80+
ml={2}
81+
mr={4}
82+
my={2}
8183
>
8284
<VersionInfoSection isDarkTheme={isDarkTheme} />
8385
<DocsButton

0 commit comments

Comments
 (0)