mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
hotfixed : datepicker component height is not adjusting with container height (#4144)
This commit is contained in:
parent
a83aa36ff4
commit
14ccab3da8
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}`}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue