mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Remove extra horizontal scrollbar on Host Event Modal
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
var editor = CodeMirror.fromTextArea(container, { // jshint ignore:line
|
var editor = CodeMirror.fromTextArea(container, { // jshint ignore:line
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
mode: mode,
|
mode: mode,
|
||||||
readOnly: true
|
readOnly: true,
|
||||||
|
scrollbarStyle: null
|
||||||
});
|
});
|
||||||
editor.setSize("100%", 200);
|
editor.setSize("100%", 200);
|
||||||
editor.getDoc().setValue(data);
|
editor.getDoc().setValue(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user