diff --git a/changes/30691-fix-ace-editor-cursor b/changes/30691-fix-ace-editor-cursor new file mode 100644 index 0000000000..89e184a970 --- /dev/null +++ b/changes/30691-fix-ace-editor-cursor @@ -0,0 +1 @@ +- Fixes an issue on ChromeOS and Windows where the cursor in the SQL editor is misaligned. diff --git a/frontend/components/SQLEditor/_styles.scss b/frontend/components/SQLEditor/_styles.scss index fd8f02d6fc..6ef7b19062 100644 --- a/frontend/components/SQLEditor/_styles.scss +++ b/frontend/components/SQLEditor/_styles.scss @@ -28,7 +28,7 @@ } } - .ace_content { + .ace_scroller { padding-left: 4px; } diff --git a/frontend/components/SQLEditor/theme.css b/frontend/components/SQLEditor/theme.css index 426bda0694..8545082165 100644 --- a/frontend/components/SQLEditor/theme.css +++ b/frontend/components/SQLEditor/theme.css @@ -89,7 +89,7 @@ .ace-fleet .ace_keyword { color: #ae6ddf; - font-weight: $bold; + font-weight: 700; } .ace-fleet .ace_osquery-token {