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 {