Skip to content

Commit 1593d55

Browse files
authored
fix: fix icon positioning on clusters overview (#1282)
1 parent d7d3250 commit 1593d55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

www/src/components/overview/clusters/columns.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ export const ColCloudShell = columnHelper.accessor(
133133
textValue="Go to cloudshell"
134134
tooltip
135135
type="floating"
136+
style={{
137+
display: 'flex',
138+
}}
136139
/>
137140
) : (
138141
<IconFrame
@@ -247,6 +250,9 @@ export const ColActions = columnHelper.accessor((row) => row.consoleUrl, {
247250
textValue="Go to cluster details"
248251
tooltip
249252
type="tertiary"
253+
style={{
254+
display: 'flex',
255+
}}
250256
/>
251257
) : (
252258
<IconFrame

0 commit comments

Comments
 (0)