From ed8d80c9b8cc0ccc35c5a9ef17f91a8befcfea1a 2014-06-09 19:05:37 From: Jonathan Frederic Date: 2014-06-09 19:05:37 Subject: [PATCH] Removed static height from selects in toolbar --- diff --git a/IPython/html/static/notebook/less/toolbar.less b/IPython/html/static/notebook/less/toolbar.less index 1186d6d..47a5303 100644 --- a/IPython/html/static/notebook/less/toolbar.less +++ b/IPython/html/static/notebook/less/toolbar.less @@ -4,7 +4,6 @@ select, label { width: auto; - height: @line-height-base + 6px; vertical-align:middle; margin-right:2px; margin-bottom:0px;