mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +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': {
|
'.cm-panel.cm-search label': {
|
||||||
fontSize: '90%',
|
fontSize: '90%',
|
||||||
|
display: 'inline',
|
||||||
},
|
},
|
||||||
'.cm-button': {
|
'.cm-button': {
|
||||||
outline: 'none',
|
outline: 'none',
|
||||||
|
|||||||
Reference in New Issue
Block a user