Skip to content

Commit 78a448d

Browse files
author
Stefano Malagò
committed
Fix style for button in cluster handler
1 parent ec82072 commit 78a448d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/v2/cluster_handler_component/ClusterHandler.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ function ClusterHandler({taggingSession, taggingClusterSession, dispatchTaggingC
315315
variant={'outlined'}
316316
title={`Switch to cluster ${result.cluster_idx + 1}`}
317317
onClick={() => setCluster(result.cluster_idx + 1)}
318+
style={{margin: '2em', marginTop: 0}}
318319
>
319320
Switch to
320321
</Button>

0 commit comments

Comments
 (0)