Skip to content

Commit

Permalink
fix(design-system): suggestion alignment in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Jul 15, 2024
1 parent 6814010 commit ee0047c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function suggestionGroupDefault(helpers: TailwindHelpers) {
gridTemplateColumns: 'auto [last-col]',
gridAutoColumns: '1fr',
justifyContent: 'flex-start',
alignItems: 'baseline',
alignItems: 'center',
alignContent: 'center',

paddingInlineStart: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function suggestionDefault(helpers: TailwindHelpers) {

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

0 comments on commit ee0047c

Please sign in to comment.