File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
site/src/modules/management Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ const OrganizationsSettingsNavigation: FC<
122
122
< Link
123
123
key = { organization . id }
124
124
to = { urlForSubpage ( organization . name ) }
125
- className = "no-underline visited:text-content-secondary text-content-secondary"
125
+ // Setting width to 215px so that outline is visible
126
+ className = "w-[215px] ml-1 no-underline visited:text-content-secondary text-content-secondary"
126
127
>
127
128
< CommandItem
128
129
value = { organization . name }
@@ -151,7 +152,7 @@ const OrganizationsSettingsNavigation: FC<
151
152
< Button variant = "subtle" className = "w-full h-8" >
152
153
< a
153
154
href = "/organizations/new"
154
- className = "flex items-center gap-1 no-underline hover:text-content-primary visited:text-content-secondary"
155
+ className = "flex items-center gap-1 no-underline text-content-secondary hover:text-content-primary visited:text-content-secondary"
155
156
>
156
157
< Plus /> Create Organization
157
158
</ a >
You can’t perform that action at this time.
0 commit comments