diff --git a/frontend/src/lib/components/PropertyFilters/components/PropertyValue.tsx b/frontend/src/lib/components/PropertyFilters/components/PropertyValue.tsx
index 2cf0bc5309eed..673bd426629bf 100644
--- a/frontend/src/lib/components/PropertyFilters/components/PropertyValue.tsx
+++ b/frontend/src/lib/components/PropertyFilters/components/PropertyValue.tsx
@@ -132,9 +132,6 @@ export function PropertyValue({
onChange={(nextVal) => (isMultiSelect ? setValue(nextVal) : setValue(nextVal[0]))}
onInputChange={onSearchTextChange}
placeholder={placeholder}
- dropdownProps={{
- width: 'min-same',
- }}
options={displayOptions.map(({ name: _name }, index) => {
const name = toString(_name)
return {
diff --git a/frontend/src/lib/components/TaxonomicPopover/TaxonomicPopover.tsx b/frontend/src/lib/components/TaxonomicPopover/TaxonomicPopover.tsx
index fc59362a0d3a9..fafe43f75114e 100644
--- a/frontend/src/lib/components/TaxonomicPopover/TaxonomicPopover.tsx
+++ b/frontend/src/lib/components/TaxonomicPopover/TaxonomicPopover.tsx
@@ -92,7 +92,6 @@ export function TaxonomicPopover
}
- width="min-same"
actionable
visible={visible}
onClickOutside={() => {
diff --git a/frontend/src/lib/lemon-ui/LemonButton/LemonButton.stories.tsx b/frontend/src/lib/lemon-ui/LemonButton/LemonButton.stories.tsx
index e540f1718bd71..638274c670b22 100644
--- a/frontend/src/lib/lemon-ui/LemonButton/LemonButton.stories.tsx
+++ b/frontend/src/lib/lemon-ui/LemonButton/LemonButton.stories.tsx
@@ -386,6 +386,7 @@ WithDropdownToTheBottom.args = {
>
),
placement: 'bottom',
+ width: 'same',
},
}
@@ -403,6 +404,7 @@ WithVeryLongPopoverToTheBottom.args = {
>
),
placement: 'bottom',
+ width: 'same',
},
}
diff --git a/frontend/src/scenes/insights/EditorFilters/PathsEventTypes.tsx b/frontend/src/scenes/insights/EditorFilters/PathsEventTypes.tsx
index b9b91d0babfb1..23f14da9763e5 100644
--- a/frontend/src/scenes/insights/EditorFilters/PathsEventTypes.tsx
+++ b/frontend/src/scenes/insights/EditorFilters/PathsEventTypes.tsx
@@ -60,6 +60,7 @@ export function PathsEventsTypes({ insightProps }: EditorFilterProps): JSX.Eleme
fullWidth
type="secondary"
dropdown={{
+ width: 'same',
closeOnClickInside: false,
overlay: options.map((option) => (