Skip to content

Commit fbc5d3a

Browse files
BboyAkersdawsontoth
andcommitted
fix: Let cluster links grow
Co-authored-by: Dawson Toth <[email protected]>
1 parent 706bc7b commit fbc5d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/clusters/components/ClusterCard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ export function ClusterCard({
116116
{cluster.fqdn ? (
117117
<>
118118
<span className="truncate max-w-48">{cluster.fqdn}</span>
119-
<CopyIcon onClick={onCopyFQDNClick} size={16} />
119+
<CopyIcon onClick={onCopyFQDNClick} size={16} className="cursor-pointer" />
120+
<span className="grow"></span>
120121
</>
121122
) : (
122123
<span>Self-Hosted</span>

0 commit comments

Comments
 (0)