diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-14 12:37:36 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-14 17:26:45 +0200 |
| commit | 37fa67b9ad1f8a6183fa4a8308c01ec5449b4730 (patch) | |
| tree | 11a06b6523a591dba5a3af5e190514f04c1848d9 /client/causalloop.css | |
| parent | de62a5da0225b79fcf2460727bb7d765f8be2426 (diff) | |
Style the diagram
Diffstat (limited to 'client/causalloop.css')
| -rw-r--r-- | client/causalloop.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |