From 9cfecfb6aa7281b57de866b16f8312f686d03109 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Tue, 29 Oct 2013 10:05:28 -0700 Subject: [PATCH] Added widget-label style def && fab css --- IPython/html/static/notebook/less/widgetarea.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IPython/html/static/notebook/less/widgetarea.less b/IPython/html/static/notebook/less/widgetarea.less index fced54872..64c05443c 100644 --- a/IPython/html/static/notebook/less/widgetarea.less +++ b/IPython/html/static/notebook/less/widgetarea.less @@ -1,3 +1,7 @@ +.widget-label { + min-width: 300px; +} + div.widget-container { .box-flex2(); .border-box-sizing();