From 62f35668ae785799b6bec1b67b4737d00876f451 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 8 Jul 2024 23:39:06 -0700 Subject: [PATCH] Fixed funnel chart. --- src/app/(main)/reports/funnel/FunnelChart.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/(main)/reports/funnel/FunnelChart.module.css b/src/app/(main)/reports/funnel/FunnelChart.module.css index 81b22c78..7972d573 100644 --- a/src/app/(main)/reports/funnel/FunnelChart.module.css +++ b/src/app/(main)/reports/funnel/FunnelChart.module.css @@ -34,6 +34,10 @@ background-color: var(--base100); } +.step:last-child::before { + display: none; +} + .card { display: grid; gap: 20px;