From b22075a126a46a45747b90eadb5ee891567990a7 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 14 Nov 2013 17:45:35 +0000 Subject: [PATCH] Removed combo-box explicit height b/c it caused the carrot button to misalign with the combo box --- IPython/html/static/notebook/less/widgets.less | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/notebook/less/widgets.less b/IPython/html/static/notebook/less/widgets.less index 1d6cfca1d..497fc42dc 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 {