From 75c375aaf7fa26110cf91e2bdaba5b8f692a0c2c Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 7 May 2024 08:35:09 -0700 Subject: [PATCH] [PR feedback] `gap` -> `column-gap` css is cool y'all --- .../markdown_editor/markdown_editor_toolbar.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;