diff --git a/src/components/markdown_editor/markdown_editor_toolbar.styles.ts b/src/components/markdown_editor/markdown_editor_toolbar.styles.ts index 48698ef37e1..c8fe92ed3ce 100644 --- a/src/components/markdown_editor/markdown_editor_toolbar.styles.ts +++ b/src/components/markdown_editor/markdown_editor_toolbar.styles.ts @@ -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;