Skip to content

Commit 2539dec

Browse files
johanbookJohan Book
and
Johan Book
authored
feat(web-ui): improve profile page styling (#846)
Co-authored-by: Johan Book <{ID}+{username}@users.noreply.github.com>
1 parent 96926db commit 2539dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web-ui/src/pages/CurrentProfilePage/CurrentProfilePage.nav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ interface CurrentProfilePageNavProps {
99
export function CurrentProfilePageNav({
1010
children,
1111
}: CurrentProfilePageNavProps): ReactElement {
12-
return <Box sx={{ pt: 3, px: 3, mb: 3, height: "100%" }}>{children}</Box>;
12+
return <Box sx={{ pt: 6, px: 3, mb: 3, height: "100%" }}>{children}</Box>;
1313
}

0 commit comments

Comments
 (0)