Skip to content

Commit

Permalink
fix(design-system): facet alignment in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Aug 6, 2024
1 parent 7c0dbb2 commit e30feba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function facetFilterDefault(helpers: TailwindHelpers) {
return {
display: 'grid',
gridAutoFlow: 'column',
alignItems: 'baseline',
alignItems: 'center',
alignContent: 'center',
justifyContent: 'start',
boxSizing: 'border-box',
Expand Down

0 comments on commit e30feba

Please sign in to comment.