{!hideView && isViewable && type !== TaxonomicFilterGroupType.Events ? (
+ >
+ {label &&
{label}
}
+
)
}
diff --git a/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.scss b/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.scss
index 7e79cfa8e4c58..4f0a8632bf6ad 100644
--- a/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.scss
+++ b/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.scss
@@ -43,6 +43,10 @@
&::before {
width: 1.5%;
}
+
+ &::after {
+ width: 95%;
+ }
}
.CohortCriteriaRow__inline-divider {
diff --git a/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.tsx b/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.tsx
index 484e67d8b6046..f17a33b149cd6 100644
--- a/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.tsx
+++ b/frontend/src/scenes/cohorts/CohortFilters/CohortCriteriaRowBuilder.tsx
@@ -1,6 +1,6 @@
import './CohortCriteriaRowBuilder.scss'
-import { Divider } from 'antd'
+import { LemonDivider } from '@posthog/lemon-ui'
import clsx from 'clsx'
import { useActions } from 'kea'
import { Field as KeaField } from 'kea-forms'
@@ -166,9 +166,5 @@ export interface LogicalRowDividerProps {
}
export function LogicalRowDivider({ logicalOperator }: LogicalRowDividerProps): JSX.Element {
- return (
-