mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(editor): Change UI and monospace fonts (#13839)
This commit is contained in:
@@ -12,7 +12,7 @@ import { tags } from '@lezer/highlight';
|
||||
|
||||
const BASE_STYLING = {
|
||||
fontSize: '0.8em',
|
||||
fontFamily: "Menlo, Consolas, 'DejaVu Sans Mono', monospace !important",
|
||||
fontFamily: 'var(--font-family-monospace)',
|
||||
maxHeight: '400px',
|
||||
tooltip: {
|
||||
maxWidth: '250px',
|
||||
|
||||
Reference in New Issue
Block a user