diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index 8f2e8f7..e2883ca 100644 --- a/IPython/html/static/notebook/js/quickhelp.js +++ b/IPython/html/static/notebook/js/quickhelp.js @@ -62,6 +62,7 @@ var IPython = (function (IPython) { Close : {} } }); + this.shortcut_dialog.addClass("modal_stretch"); $([IPython.events]).on('rebuild.QuickHelp', function() { that.force_rebuild = true;}); };