Fix interest filter width

This commit is contained in:
MartinBraquet
2026-02-28 01:48:01 +01:00
parent 8548b85d03
commit 8b283cc5ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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={''}
/>
)
}