Skip to content

Commit bfa7a91

Browse files
authored
Merge pull request #186 from docker/fix-manual-configuration
Manual configuration link
2 parents b5fefe9 + a820aa5 commit bfa7a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,11 @@ function ClientSetting({
198198
alignItems: 'center',
199199
display: 'flex',
200200
cursor: 'pointer',
201+
width: 'fit-content',
201202
}}
202203
onClick={() => setExpanded(!expanded)}
203204
>
204-
Manual connection
205+
Manual configuration
205206
<KeyboardArrowDownIcon fontSize="small" />
206207
</Typography>
207208
}

0 commit comments

Comments
 (0)