Skip to content

Commit

Permalink
hotfixed : datepicker component height is not adjusting with containe…
Browse files Browse the repository at this point in the history
…r height (#4144)
  • Loading branch information
manishkushare committed Sep 29, 2022
1 parent a83aa36 commit 14ccab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Editor/Components/Datepicker.jsx
Expand Up @@ -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'}`}>
Expand Down

0 comments on commit 14ccab3

Please sign in to comment.