Skip to content

Commit

Permalink
Reorder class names for better readability in SearchFiltersColumn com…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
Adamik10 committed Nov 18, 2024
1 parent 8e9737b commit 4e477bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/searchFilters/SearchFiltersColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SearchFiltersColumn = ({
<div
key={facet.name}
className={cn(
"space-y-grid-gap-half relative",
"relative space-y-grid-gap-half",
!isLast && "min-w-32 flex-1",
isLast && "flex-2"
)}>
Expand Down

0 comments on commit 4e477bb

Please sign in to comment.