From f611b05b569ea5717cee7ed9f487446938b1c84b Mon Sep 17 00:00:00 2001 From: Praveen D Date: Mon, 18 Feb 2019 14:54:04 +0530 Subject: [PATCH] fix ace editor cursor issue --- console/src/components/Services/Data/RawSQL/AceEditorFix.css | 3 +++ console/src/components/Services/Data/RawSQL/RawSQL.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 console/src/components/Services/Data/RawSQL/AceEditorFix.css diff --git a/console/src/components/Services/Data/RawSQL/AceEditorFix.css b/console/src/components/Services/Data/RawSQL/AceEditorFix.css new file mode 100644 index 0000000000000..859f9ccbf5b2e --- /dev/null +++ b/console/src/components/Services/Data/RawSQL/AceEditorFix.css @@ -0,0 +1,3 @@ +#raw_sql { + font-family: monospace !important; +} diff --git a/console/src/components/Services/Data/RawSQL/RawSQL.js b/console/src/components/Services/Data/RawSQL/RawSQL.js index dcf71822f4987..41dd71f341ef9 100644 --- a/console/src/components/Services/Data/RawSQL/RawSQL.js +++ b/console/src/components/Services/Data/RawSQL/RawSQL.js @@ -19,6 +19,7 @@ import { import { modalOpen, modalClose } from './Actions'; import globals from '../../../../Globals'; import semverCheck from '../../../../helpers/semver'; +import './AceEditorFix.css'; const cascadeTip = (