File tree 1 file changed +2
-13
lines changed
site/src/components/Dashboard/Navbar/UserDropdown 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,6 @@ const styles = {
60
60
menuItemText : {
61
61
fontSize : 14 ,
62
62
} ,
63
- divider : ( theme ) => css `
64
- margin : ${ theme . spacing ( 1 , 0 ) } ;
65
-
66
- & : first-of-type {
67
- margin-top : 0 ;
68
- }
69
-
70
- & : last-of-type {
71
- margin-bottom : 0 ;
72
- }
73
- ` ,
74
63
footerText : ( theme ) => css `
75
64
font-size : 12px ;
76
65
text-decoration : none;
@@ -111,7 +100,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
111
100
< span css = { styles . userEmail } > { user . email } </ span >
112
101
</ Stack >
113
102
114
- < Divider css = { styles . divider } />
103
+ < Divider css = { { marginTop : "0 !important" } } />
115
104
116
105
< Link to = "/settings/account" css = { styles . link } >
117
106
< MenuItem css = { styles . menuItem } onClick = { onPopoverClose } >
@@ -125,7 +114,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
125
114
< span css = { styles . menuItemText } > { Language . signOutLabel } </ span >
126
115
</ MenuItem >
127
116
128
- < Divider css = { styles . divider } />
117
+ < Divider css = { { marginBottom : "0 !important" } } />
129
118
130
119
{ supportLinks &&
131
120
supportLinks . map ( ( link ) => (
You can’t perform that action at this time.
0 commit comments