mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Make styling of search labels inline (#14323)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user