Skip to content

Commit

Permalink
fix #3726 (#3751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Nov 2, 2017
1 parent 87b6d76 commit 5c03167
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;

This comment has been minimized.

Copy link
@mistercrunch

mistercrunch Nov 13, 2017

Member

@graceguo-supercat Looking into the image bellow led me here...
screen shot 2017-11-12 at 9 16 16 pm

}

.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 5c03167

Please sign in to comment.