mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 18:13:48 -04:00
Fix interest filter width
This commit is contained in:
@@ -64,7 +64,7 @@ export function InterestFilter(props: {
|
||||
selected={filters[label] ?? []}
|
||||
choices={sortedChoices as any}
|
||||
onChange={(c) => updateFilter({[label]: c})}
|
||||
optionsClassName={'w-[200px] sm:w-[400px]'}
|
||||
optionsClassName={''}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user