mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #371 from marshmalien/7552-job-event-scrollbars
Remove extra horizontal scrollbar from CodeMirror in Host Event modal
This commit is contained in:
commit
9efdd01e2b
@ -20,7 +20,8 @@
|
||||
var editor = CodeMirror.fromTextArea(container, { // jshint ignore:line
|
||||
lineNumbers: true,
|
||||
mode: mode,
|
||||
readOnly: true
|
||||
readOnly: true,
|
||||
scrollbarStyle: null
|
||||
});
|
||||
editor.setSize("100%", 200);
|
||||
editor.getDoc().setValue(data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user