mirror of https://github.com/apache/cloudstack.git
Fix tags widget overlap with long detail views
This commit is contained in:
parent
ebabb15105
commit
d23a829c2e
|
|
@ -959,7 +959,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