Skip to content

Commit

Permalink
fix date picker Select alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Aug 30, 2017
1 parent a782d62 commit 97dad8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions superset/assets/javascripts/explore/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,12 @@
display: inline-block;
padding-right: 3px;
}
.input-inline .Select-control {
display: flex;
}
.input-inline .Select-control .Select-arrow-zone {
width: auto;
position: absolute;
right: 0;
top: 12px;
}

0 comments on commit 97dad8f

Please sign in to comment.