Skip to content

Commit

Permalink
Wrap operators (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan authored Nov 26, 2024
1 parent 273f44f commit 2aa3ecd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const styled = {
})),
SupportedOperatorsContainer: createStyled('div', ({ $theme }) => ({
display: 'flex',
columnGap: $theme.sizing.scale300,
flexWrap: 'wrap',
gap: $theme.sizing.scale300,
})),
SupportedOperator: createStyled('div', ({ $theme }) => ({
...$theme.typography.MonoParagraphXSmall,
Expand Down

0 comments on commit 2aa3ecd

Please sign in to comment.