Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Nov 2, 2017
1 parent 87b6d76 commit ddd322c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions superset/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ input.form-control {
background-color: white;
}

input.form-control.input-sm {
height: 36px;
}

.chart-header a.danger {
color: red;
}
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ddd322c

Please sign in to comment.