Skip to content

Commit

Permalink
fix(DateRangePicker): fix calendar panel vertical display (#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed May 15, 2024
1 parent 166fb45 commit 0da17e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DateRangePicker/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@

// Calendar group
.rs-picker-daterange-calendar-group {
display: flex;
flex-wrap: nowrap;
height: 274px;
// Make sure group wrapper can put 2 date-panels even screen width is not enough.
min-width: 492px;
Expand Down

0 comments on commit 0da17e9

Please sign in to comment.