Skip to content

Commit

Permalink
Fix m gutter size
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 4, 2023
1 parent ce51332 commit c55a423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flex/flex_group.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const euiFlexGroupStyles = (euiThemeContext: UseEuiTheme) => {
gap: ${euiTheme.size.s};
`,
m: css`
gap: ${euiTheme.size.m};
gap: ${euiTheme.size.base};
`,
l: css`
gap: ${euiTheme.size.l};
Expand Down

0 comments on commit c55a423

Please sign in to comment.