Skip to content

Commit

Permalink
fix: revert facets alignment and implement another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Aug 19, 2024
1 parent a7e6a69 commit 0ee72d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export function facetFilterDefault(helpers: TailwindHelpers) {
const { theme } = helpers;

return {
display: 'flex',
flexDirection: 'row',
alignItems: 'baseline',
display: 'grid',
gridAutoFlow: 'column',
alignItems: 'last baseline',
alignContent: 'center',
justifyContent: 'start',
boxSizing: 'border-box',
Expand Down

0 comments on commit 0ee72d4

Please sign in to comment.