From 711a8d78c598960a127a270f7c7af95b55294c84 2014-01-16 10:55:58 From: Jonathan Frederic Date: 2014-01-16 10:55:58 Subject: [PATCH] Adjust weidget box so widget_subarea aligns with codecell --- diff --git a/IPython/html/static/notebook/less/widgetarea.less b/IPython/html/static/notebook/less/widgetarea.less index 1921522..23b9149 100644 --- a/IPython/html/static/notebook/less/widgetarea.less +++ b/IPython/html/static/notebook/less/widgetarea.less @@ -1,3 +1,7 @@ +div.widget_area { + page-break-inside: avoid; + .hbox(); +} /* This class is for the widget subarea inside the widget_area and after the prompt div. */