This is an automated email from the ASF dual-hosted git repository.

vitalii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit fe3a00ab63f9871675f711b0c56b77088693d3a3
Author: ozinoviev <ozinov...@solit-clouds.ru>
AuthorDate: Fri Nov 23 12:34:36 2018 +0300

    DRILL-6867: WebUI Query editor cursor position
    
    closes #1551
---
 exec/java-exec/src/main/resources/rest/query/query.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/java-exec/src/main/resources/rest/query/query.ftl 
b/exec/java-exec/src/main/resources/rest/query/query.ftl
index 00fdd9e..fd3e8bd 100644
--- a/exec/java-exec/src/main/resources/rest/query/query.ftl
+++ b/exec/java-exec/src/main/resources/rest/query/query.ftl
@@ -103,7 +103,7 @@
     editor.$blockScrolling = "Infinity";
     //CSS Formatting
     document.getElementById('query-editor-format').style.fontSize='13px';
-    document.getElementById('query-editor-format').style.fontFamily='courier';
+    
document.getElementById('query-editor-format').style.fontFamily='courier,monospace';
     document.getElementById('query-editor-format').style.lineHeight='1.5';
     document.getElementById('query-editor-format').style.width='98%';
     document.getElementById('query-editor-format').style.margin='auto';

Reply via email to