diff --git a/src/components/TagCloud.tsx b/src/components/TagCloud.tsx index 4745bf2..f310c5c 100644 --- a/src/components/TagCloud.tsx +++ b/src/components/TagCloud.tsx @@ -209,19 +209,17 @@ function CloudCard({ node, onOpen, animated }: { node: PlacedNode; onOpen: (imag />
-
-
-

Cluster

-

{node.entry.count.toLocaleString()}

-
- - Open - -
+

Cluster

+

{node.entry.count.toLocaleString()}

+ {/* Anchored to the card corner (not in the count's flex row) so a wide + count can't push it past the edge on small cards. */} + + Open + ); }