Skip to content

Commit

Permalink
fix ace editor cursor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenweb committed Feb 18, 2019
1 parent 8750769 commit f611b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions console/src/components/Services/Data/RawSQL/AceEditorFix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#raw_sql {
font-family: monospace !important;
}
1 change: 1 addition & 0 deletions console/src/components/Services/Data/RawSQL/RawSQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
import { modalOpen, modalClose } from './Actions';
import globals from '../../../../Globals';
import semverCheck from '../../../../helpers/semver';
import './AceEditorFix.css';

const cascadeTip = (
<Tooltip id="tooltip-cascade">
Expand Down

0 comments on commit f611b05

Please sign in to comment.