diff --git a/client/src/components/shared/CustomDateTimePicker.tsx b/client/src/components/shared/CustomDateTimePicker.tsx index 14d0ad3df..1f97949c9 100644 --- a/client/src/components/shared/CustomDateTimePicker.tsx +++ b/client/src/components/shared/CustomDateTimePicker.tsx @@ -282,7 +282,11 @@ export function CustomDatePicker({ }} /> ) : ( -
+ // `stretch`, not `center`: the keyboard button's own padding made it a + // few pixels shorter than the date trigger beside it, and the two sat in + // a row with mismatched heights. Stretching means it tracks the trigger + // whatever the type scale does to that one. +
{/* Calendar trigger */}