diff --git a/src/app/(main)/reports/funnel/FunnelChart.module.css b/src/app/(main)/reports/funnel/FunnelChart.module.css index 60254922..c591a54b 100644 --- a/src/app/(main)/reports/funnel/FunnelChart.module.css +++ b/src/app/(main)/reports/funnel/FunnelChart.module.css @@ -49,7 +49,7 @@ .bar { display: flex; align-items: center; - justify-content: end; + justify-content: flex-end; background: var(--base900); height: 50px; border-radius: 5px;