Skip to content

Commit

Permalink
fix: clickhouse builder cursor issue (#5065)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed May 23, 2024
1 parent f8b8080 commit 93babc3
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,9 @@ function ClickHouseQueryBuilder({
colors: {
'editor.background': Color.BG_INK_300,
},
// fontFamily: 'SF Mono',
fontFamily: 'Space Mono',
fontSize: 20,
fontWeight: 'normal',
lineHeight: 18,
letterSpacing: -0.06,
});
document.fonts.ready.then(() => {
monaco.editor.remeasureFonts();
});
}

Expand Down

0 comments on commit 93babc3

Please sign in to comment.