Skip to content

Commit

Permalink
fix(fields): force width for DateRangePicker calendar container
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jan 6, 2023
1 parent a3923e2 commit 2c3bab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fields/DateRangePicker/RangeCalendarPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const Box = styled.div`
box-shadow: inset 0px 0px 0px 1px ${p => p.theme.color.lightGray};
border-radius: 0;
margin-top: 2px;
width: 495px;
.rs-picker-daterange-header,
.rs-calendar-header-time-toolbar,
Expand Down

0 comments on commit 2c3bab7

Please sign in to comment.