Skip to content

Commit e8c53f8

Browse files
committed
Calendar - align tops of months and remove border by default
1 parent b03563e commit e8c53f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

helpers/react/DynamicDialog/CalendarPicker.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
box-shadow: none;
6363
}
6464

65+
.rdp button {
66+
border: none;
67+
}
68+
6569
.calendarPickerCustom {
6670
margin-top: 0px;
6771
padding-top: 0px;
@@ -79,6 +83,12 @@
7983
padding-top: 0px !important;
8084
}
8185

86+
.rdp-months { /* align the tops of the month calendars when > 1 month is shown */
87+
display: flex;
88+
justify-content: flex-start;
89+
align-items: baseline;
90+
}
91+
8292
.rdp-nav {
8393
scale: 75%;
8494
margin-bottom: 5px;

0 commit comments

Comments
 (0)