File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/extension/ui/src/components/tabs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ function ClientSetting({
218
218
size = "small"
219
219
>
220
220
< Stack direction = "row" alignItems = "center" spacing = { 1 } >
221
- < Typography sx = { { fontSize : 12 , width : 80 } } > Disconnect</ Typography >
221
+ < Typography sx = { { fontSize : 12 , width : buttonsLoading [ name ] ? 70 : 90 } } > Disconnect</ Typography >
222
222
{ buttonsLoading [ name ] && < CircularProgress size = { 12 } /> }
223
223
</ Stack >
224
224
</ Button >
@@ -248,7 +248,7 @@ function ClientSetting({
248
248
size = "small"
249
249
>
250
250
< Stack direction = "row" alignItems = "center" spacing = { 1 } >
251
- < Typography sx = { { fontSize : 12 , width : 80 } } > Connect</ Typography >
251
+ < Typography sx = { { fontSize : 12 , width : buttonsLoading [ name ] ? 70 : 90 } } > Connect</ Typography >
252
252
{ buttonsLoading [ name ] && < CircularProgress size = { 12 } /> }
253
253
</ Stack >
254
254
</ Button >
@@ -273,7 +273,7 @@ function ClientSetting({
273
273
} }
274
274
>
275
275
< Stack direction = "row" alignItems = "center" spacing = { 1 } >
276
- < Typography sx = { { fontSize : 12 , width : 80 } } > Connect</ Typography >
276
+ < Typography sx = { { fontSize : 12 , width : buttonsLoading [ name ] ? 70 : 90 } } > Connect</ Typography >
277
277
{ buttonsLoading [ name ] && < CircularProgress size = { 12 } /> }
278
278
</ Stack >
279
279
</ Button >
You can’t perform that action at this time.
0 commit comments