From 59eb13d80dc311f3d36d1043471f633c4cb4e741 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Sat, 8 Feb 2014 20:44:09 -0800 Subject: [PATCH] Align-start widget subarea --- 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 e310d307d..2f7acb617 100644 --- a/IPython/html/static/notebook/less/widgets.less +++ b/IPython/html/static/notebook/less/widgets.less @@ -24,6 +24,7 @@ .border-box-sizing(); .vbox(); .box-flex2(); + .align-start(); } }