Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tricky
  • Loading branch information
aslilac committed Sep 29, 2023
commit e4a6477be650f270fd88b6fca7eebb75cd3a5723
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
<span css={styles.userEmail}>{user.email}</span>
</Stack>

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

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

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

<Stack css={styles.info} spacing={0}>
<a
Expand Down