From 8b3b6b906f42c7fe8a3d7dc937f2a996bc04f67d Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Wed, 1 Nov 2017 21:07:44 -0700 Subject: [PATCH] fix https://github.com/apache/incubator-superset/pull/3726 (#3751) --- superset/assets/stylesheets/superset.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/superset/assets/stylesheets/superset.less b/superset/assets/stylesheets/superset.less index fedb124c659aa..ea43e54b7ef73 100644 --- a/superset/assets/stylesheets/superset.less +++ b/superset/assets/stylesheets/superset.less @@ -32,6 +32,10 @@ input.form-control { background-color: white; } +input.form-control.input-sm { + height: 36px; +} + .chart-header a.danger { color: red; } @@ -346,11 +350,10 @@ iframe { .Select-multi-value-wrapper { display: flex; flex-wrap: wrap; - padding-bottom: 3px; } .Select-value { - line-height: 1.2; + height: 23px; } .Select-input > input {