diff --git a/public/scripts/tags.js b/public/scripts/tags.js index a0e6816bd..2fc5ed537 100644 --- a/public/scripts/tags.js +++ b/public/scripts/tags.js @@ -1315,7 +1315,7 @@ async function onViewTagsListClick() { printViewTagList(tagContainer); makeTagListDraggable(tagContainer); - await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true }); + await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true, large: true }); } /**