Skip to content

Commit

Permalink
fix: increase display size of months
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-hv committed Dec 11, 2023
1 parent fea8a35 commit 655a33d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/DateTimePickerCommon/src/datePickerStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,12 @@ export const datePickerStyles = css`
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
display: inline-block;
display: inline-flex;
width: 4rem;
height: 2rem;
margin: 2px;
align-items: center;
justify-content: center;
}
.react-datepicker__input-time-container {
Expand Down

0 comments on commit 655a33d

Please sign in to comment.