The default width for the Flatpickr calendar is set to 280px. To make it responsive and inherit the full width of its container, you can use the following code:
.flatpickr-calendar{ width: inherit !important; }
Please copy and paste this code to Appearance > Customize > Additional CSS. Hope it will resolve the issue.