fix(editor): Make styling of search labels inline (#14323)

This commit is contained in:
Dana
2025-04-02 12:40:23 +02:00
committed by GitHub
parent 64aeb37814
commit 8abbc304f0

View File

@@ -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',