From 611e662adf039de3eb0d40ccb7db4c91fba20e60 Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Wed, 29 Apr 2015 00:15:49 -0500 Subject: [PATCH] Fix print preview in Firefox --- jupyter_notebook/static/notebook/less/notebook.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jupyter_notebook/static/notebook/less/notebook.less b/jupyter_notebook/static/notebook/less/notebook.less index 5f73696e8..67cb253f3 100644 --- a/jupyter_notebook/static/notebook/less/notebook.less +++ b/jupyter_notebook/static/notebook/less/notebook.less @@ -39,6 +39,9 @@ div#notebook_panel { min-height: @page-min-height; .box-shadow(@global-shadow); } + @media print { + width: 100%; + } } div.ui-widget-content {