From 8abbc304f013bbbd63982f47fde22230592063a2 Mon Sep 17 00:00:00 2001 From: Dana <152518854+dana-gill@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:40:23 +0200 Subject: [PATCH] fix(editor): Make styling of search labels inline (#14323) --- .../frontend/editor-ui/src/components/CodeNodeEditor/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/editor-ui/src/components/CodeNodeEditor/theme.ts b/packages/frontend/editor-ui/src/components/CodeNodeEditor/theme.ts index e3b9792d32..7a1f12105d 100644 --- a/packages/frontend/editor-ui/src/components/CodeNodeEditor/theme.ts +++ b/packages/frontend/editor-ui/src/components/CodeNodeEditor/theme.ts @@ -246,6 +246,7 @@ export const codeEditorTheme = ({ isReadOnly, minHeight, maxHeight, rows }: Them }, '.cm-panel.cm-search label': { fontSize: '90%', + display: 'inline', }, '.cm-button': { outline: 'none',