Skip to content

Commit

Permalink
added some extra spacing in quick filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 committed Sep 2, 2024
1 parent d14e161 commit 95b877a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const ExploreQuickFilters: FC<ExploreQuickFiltersProps> = ({
}, [fields]);

return (
<Space wrap className="explore-quick-filters-container" size={[4, 0]}>
<Space wrap className="explore-quick-filters-container" size={[8, 0]}>
{fields.map((field) => {
const hasNullOption = fieldsWithNullValues.includes(
field.key as EntityFields
Expand Down

0 comments on commit 95b877a

Please sign in to comment.