Skip to content

Commit 77a5852

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function ClusterHandler({taggingSession, taggingClusterSession, dispatchTaggingC
256256

257257
return (
258258
<Container>
259-
<div>
259+
<div style={{marginLeft: '2em'}}>
260260
<TextField id={'search_filter'} type={'text'} value={state.query} onChange={
261261
(e) => {
262262
e.preventDefault()

0 commit comments

Comments
 (0)