Skip to content

Commit

Permalink
fix: mobile support for date range (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Mar 6, 2020
1 parent 376a7ef commit 3c2e00e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@

.#{$namespace}-range-wrapper {
display: flex;
@media (max-width: 750px) {
flex-direction: column;
}
}

.#{$namespace}-datepicker-header {
Expand Down

0 comments on commit 3c2e00e

Please sign in to comment.