Skip to content

Commit e4a6477

Browse files
committed
tricky
1 parent a446e59 commit e4a6477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Dashboard/Navbar/UserDropdown/UserDropdownContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
100100
<span css={styles.userEmail}>{user.email}</span>
101101
</Stack>
102102

103-
<Divider css={{ marginTop: "0 !important" }} />
103+
<Divider css={{ marginBottom: 8 }} />
104104

105105
<Link to="/settings/account" css={styles.link}>
106106
<MenuItem css={styles.menuItem} onClick={onPopoverClose}>
@@ -136,7 +136,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
136136
</>
137137
)}
138138

139-
{supportLinks && <Divider css={{ marginBottom: "0 !important" }} />}
139+
<Divider css={{ marginBottom: "0 !important" }} />
140140

141141
<Stack css={styles.info} spacing={0}>
142142
<a

0 commit comments

Comments
 (0)