mirror of https://github.com/apache/cloudstack.git
Fix tags widget overlap with long detail views
This commit is contained in:
parent
5e94b0d12e
commit
39e1936c87
|
|
@ -965,7 +965,7 @@
|
|||
$.extend(true, {}, tabs.tags, {
|
||||
context: $detailView.data('view-args').context
|
||||
})
|
||||
).appendTo($tabContent).addClass('readonly');
|
||||
).appendTo($detailView.find('.main-groups')).addClass('readonly');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue