Skip to content

Commit 5aff66d

Browse files
align buttons to cell top
1 parent e2ac829 commit 5aff66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Clusters/columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function getTitleColumn({isEditClusterAvailable, isDeleteClusterAvailable}: Clus
140140

141141
return (
142142
<Flex direction={'column'} gap={0.5}>
143-
<Flex alignItems={'center'} justifyContent={'space-between'} gap={1}>
143+
<Flex alignItems={'flex-start'} justifyContent={'space-between'} gap={1}>
144144
{renderName()}
145145
<Flex gap={1}>
146146
{renderStatus()}

0 commit comments

Comments
 (0)