mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Remove extra horizontal scrollbar on Host Event Modal
This commit is contained in:
parent
de3b9fc70d
commit
89db868d02
@ -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