diff --git a/static/js/embedDocumentDialog.js b/static/js/embedDocumentDialog.js index a271f5074..535636d0d 100644 --- a/static/js/embedDocumentDialog.js +++ b/static/js/embedDocumentDialog.js @@ -45,7 +45,7 @@ pandora.ui.embedDocumentDialog = function(id, position) { closeButton: true, content: $content, fixedSize: true, - height: 128, + height: 144, keys: {escape: 'close'}, removeOnClose: true, title: Ox._('Embed Document'),