mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 03:42:01 +08:00
fix: clickhouse builder cursor issue (#5065)
This commit is contained in:
parent
f8b8080853
commit
93babc3019
@ -86,12 +86,9 @@ function ClickHouseQueryBuilder({
|
|||||||
colors: {
|
colors: {
|
||||||
'editor.background': Color.BG_INK_300,
|
'editor.background': Color.BG_INK_300,
|
||||||
},
|
},
|
||||||
// fontFamily: 'SF Mono',
|
});
|
||||||
fontFamily: 'Space Mono',
|
document.fonts.ready.then(() => {
|
||||||
fontSize: 20,
|
monaco.editor.remeasureFonts();
|
||||||
fontWeight: 'normal',
|
|
||||||
lineHeight: 18,
|
|
||||||
letterSpacing: -0.06,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user