diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/CatalogFilters.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/CatalogFilters.vue index 2576d4a54f..06822cd070 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/CatalogFilters.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/CatalogFilters.vue @@ -89,11 +89,11 @@ :text="$tr('frequentlyAskedQuestionsLink')" /> - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/contentcuration/contentcuration/frontend/shared/utils/helpers.js b/contentcuration/contentcuration/frontend/shared/utils/helpers.js index 59a33c817e..28b056cc3e 100644 --- a/contentcuration/contentcuration/frontend/shared/utils/helpers.js +++ b/contentcuration/contentcuration/frontend/shared/utils/helpers.js @@ -248,7 +248,7 @@ export async function generatePdf( context.fillRect(0, 0, canvas.width, canvas.height); const img = new Image(); img.onload = function() { - context.drawImage(img, 0, 0); + context.drawImage(img, 0, 0, width, height); doc.addImage( canvas.toDataURL(), 'PNG', diff --git a/contentcuration/contentcuration/frontend/shared/views/channel/ChannelCatalogFrontPage.vue b/contentcuration/contentcuration/frontend/shared/views/channel/ChannelCatalogFrontPage.vue index d2913adfe1..74a145f260 100644 --- a/contentcuration/contentcuration/frontend/shared/views/channel/ChannelCatalogFrontPage.vue +++ b/contentcuration/contentcuration/frontend/shared/views/channel/ChannelCatalogFrontPage.vue @@ -2,7 +2,7 @@