Skip to content

Commit

Permalink
[PR feedback] gap -> column-gap
Browse files Browse the repository at this point in the history
css is cool y'all
  • Loading branch information
cee-chen committed May 7, 2024
1 parent 012f1ec commit 75c375a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const euiMarkdownEditorToolbarStyles = (
display: flex;
flex-wrap: wrap;
align-items: center;
gap: ${euiTheme.size.xs};
column-gap: ${euiTheme.size.xs};
`,
euiMarkdownEditorToolbar__divider: css`
display: block;
Expand Down

0 comments on commit 75c375a

Please sign in to comment.