diff --git a/src/components/Calendar/TempCalendarsInput.tsx b/src/components/Calendar/TempCalendarsInput.tsx index 01cd348..92aca2a 100644 --- a/src/components/Calendar/TempCalendarsInput.tsx +++ b/src/components/Calendar/TempCalendarsInput.tsx @@ -86,7 +86,25 @@ export function TempCalendarsInput({ onChange={handleUserChange} onToggleEventPreview={handleToggleEventPreview} placeholder={t("peopleSearch.availabilityPlaceholder")} - inputSlot={(params) => } + inputSlot={(params) => ( + 0 + ? { + "& .MuiOutlinedInput-root": { + flexDirection: "column", + alignItems: "start", + "& .MuiInputBase-input": { + width: "100%", + }, + }, + } + : undefined + } + /> + )} /> ); }