From feda92df0e1d11ab9152fdbfeebfe31bf7c80e64 2014-01-16 10:57:00 From: Jonathan Frederic Date: 2014-01-16 10:57:00 Subject: [PATCH] Removed combo-box explicit height b/c it caused the carrot button to misalign with the combo box --- diff --git a/IPython/html/static/notebook/less/widgets.less b/IPython/html/static/notebook/less/widgets.less index 1d6cfca..497fc42 100644 --- a/IPython/html/static/notebook/less/widgets.less +++ b/IPython/html/static/notebook/less/widgets.less @@ -98,7 +98,6 @@ .widget-combo-btn { min-width: 138px; /* + 26px drop arrow btn = 164px */ - height: 30px; } .widget-container {