mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
generalizing class which is ignored when trying to drag the host-event-modal
it was only applied to .CodeMirror, which is only used by the JSON tab
This commit is contained in:
parent
8fd9fea113
commit
d3eea5e694
@ -112,7 +112,7 @@
|
||||
minWidth: 600
|
||||
});
|
||||
$('.modal-dialog').draggable({
|
||||
cancel: '.CodeMirror'
|
||||
cancel: '.HostEvent-view--container'
|
||||
});
|
||||
|
||||
function resize(){
|
||||
|
Loading…
Reference in New Issue
Block a user