diff --git a/src/client/components/playActivity/ListFilters.tsx b/src/client/components/playActivity/ListFilters.tsx
index 109ea318..b7a4e26f 100644
--- a/src/client/components/playActivity/ListFilters.tsx
+++ b/src/client/components/playActivity/ListFilters.tsx
@@ -147,11 +147,13 @@ export const PlayDateRangeFilter = (props: PlayDateRangeFilterProps & {container
defaultValue={parsedInitialValues}
selectionMode="range"
size="sm"
- maxW="32rem">
+ width="unset"
+ maxW="32rem"
+ minW="0">
Played Between
-
-
+
+