From 81f37ab49fe0ae4db328384ca3117f5aaea73f2b Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 10 Feb 2014 09:40:32 -0800 Subject: [PATCH] Added align-start to widget container. --- IPython/html/static/notebook/less/widgets.less | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/html/static/notebook/less/widgets.less b/IPython/html/static/notebook/less/widgets.less index 2f7acb617..98665e52e 100644 --- a/IPython/html/static/notebook/less/widgets.less +++ b/IPython/html/static/notebook/less/widgets.less @@ -257,6 +257,7 @@ .widget-container { /* ContainerWidget */ .border-box-sizing(); + .align-start(); } .docked-widget-modal {