Fix tags widget overlap with long detail views

This commit is contained in:
bfederle 2012-07-23 13:59:08 -07:00 committed by Brian Federle
parent 5e94b0d12e
commit 39e1936c87
1 changed files with 1 additions and 1 deletions

View File

@ -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;