Don't let tag management shrink vertically
| @@ -1315,7 +1315,7 @@ async function onViewTagsListClick() { | |||
| 1315 | printViewTagList(tagContainer); | 1315 | printViewTagList(tagContainer); |
| 1316 | makeTagListDraggable(tagContainer); | 1316 | makeTagListDraggable(tagContainer); |
| 1317 | 1317 | ||
| 1318 | await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true }); | 1318 | await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true, large: true }); |
| 1319 | } | 1319 | } |
| 1320 | 1320 | ||
| 1321 | /** | 1321 | /** |