hotfixed : datepicker component height is not adjusting with container height (#4144)

This commit is contained in:
Manish Kushare 2022-09-29 12:50:16 +05:30 committed by GitHub
parent a83aa36ff4
commit 14ccab3da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ export const Datepicker = function Datepicker({
showYearDropdown
dropdownMode="select"
excludeDates={excludedDates}
customInput={<input style={{ borderRadius: `${borderRadius}px` }} />}
customInput={<input style={{ borderRadius: `${borderRadius}px`, height }} />}
/>
<div data-cy="date-picker-invalid-feedback" className={`invalid-feedback ${isValid ? '' : 'd-flex'}`}>