Skip to content

Commit

Permalink
chore: change grid to flex
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Aug 8, 2024
1 parent e30feba commit 03a3b89
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: 'grid',
gridAutoFlow: 'column',
alignItems: 'center',
display: 'flex',
flexDirection: 'row',
alignItems: 'baseline',
alignContent: 'center',
justifyContent: 'start',
boxSizing: 'border-box',
Expand Down

0 comments on commit 03a3b89

Please sign in to comment.