From 37fa67b9ad1f8a6183fa4a8308c01ec5449b4730 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 14 Apr 2026 12:37:36 +0200 Subject: Style the diagram --- client/causalloop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/causalloop.css b/client/causalloop.css index fbd6660..78875d1 100644 --- a/client/causalloop.css +++ b/client/causalloop.css @@ -26,6 +26,6 @@ width: 100%; } -.causalloop.thumbnail text:nth-of-type(n + 7) { +.causalloop.thumbnail text.label { cursor: pointer; } -- cgit