We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03563e commit e8c53f8Copy full SHA for e8c53f8
helpers/react/DynamicDialog/CalendarPicker.css
@@ -62,6 +62,10 @@
62
box-shadow: none;
63
}
64
65
+.rdp button {
66
+ border: none;
67
+}
68
+
69
.calendarPickerCustom {
70
margin-top: 0px;
71
padding-top: 0px;
@@ -79,6 +83,12 @@
79
83
padding-top: 0px !important;
80
84
81
85
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
82
92
.rdp-nav {
93
scale: 75%;
94
margin-bottom: 5px;
0 commit comments