File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/components/Dashboard/Navbar/UserDropdown Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
100
100
< span css = { styles . userEmail } > { user . email } </ span >
101
101
</ Stack >
102
102
103
- < Divider css = { { marginTop : "0 !important" } } />
103
+ < Divider css = { { marginBottom : 8 } } />
104
104
105
105
< Link to = "/settings/account" css = { styles . link } >
106
106
< MenuItem css = { styles . menuItem } onClick = { onPopoverClose } >
@@ -136,7 +136,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
136
136
</ >
137
137
) }
138
138
139
- { supportLinks && < Divider css = { { marginBottom : "0 !important" } } /> }
139
+ < Divider css = { { marginBottom : "0 !important" } } />
140
140
141
141
< Stack css = { styles . info } spacing = { 0 } >
142
142
< a
You can’t perform that action at this time.
0 commit comments