From 07bd1e0bc7ea6f8f18a9e4327701a5cd7492f221 2014-01-16 10:56:02 From: Jonathan Frederic Date: 2014-01-16 10:56:02 Subject: [PATCH] Added widget-label style def && fab css --- diff --git a/IPython/html/static/notebook/less/widgetarea.less b/IPython/html/static/notebook/less/widgetarea.less index fced548..64c0544 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();