Skip to content

Commit

Permalink
fix: fix icon positioning on clusters overview (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks authored Dec 14, 2023
1 parent d7d3250 commit 1593d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/src/components/overview/clusters/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export const ColCloudShell = columnHelper.accessor(
textValue="Go to cloudshell"
tooltip
type="floating"
style={{
display: 'flex',
}}
/>
) : (
<IconFrame
Expand Down Expand Up @@ -247,6 +250,9 @@ export const ColActions = columnHelper.accessor((row) => row.consoleUrl, {
textValue="Go to cluster details"
tooltip
type="tertiary"
style={{
display: 'flex',
}}
/>
) : (
<IconFrame
Expand Down

0 comments on commit 1593d55

Please sign in to comment.