diff --git a/components/journeys/ColumnJourney.tsx b/components/journeys/ColumnJourney.tsx index 50d66da..bd3e0a0 100644 --- a/components/journeys/ColumnJourney.tsx +++ b/components/journeys/ColumnJourney.tsx @@ -172,7 +172,7 @@ function PageRow({ data-path={page.path} className={` group flex items-center justify-between w-full relative - h-9 px-2 -mx-2 rounded-lg text-left transition-colors + h-9 px-3 rounded-lg text-left transition-colors ${isOther ? 'cursor-default' : 'cursor-pointer'} ${isSelected ? 'bg-brand-orange/10 dark:bg-brand-orange/10' @@ -250,7 +250,7 @@ function JourneyColumn({ const maxCount = Math.max(...column.pages.map((p) => p.sessionCount), 0) return ( -