From 91cc1a0cd3675dbbbff2883fb9a1b0cd55184d26 Mon Sep 17 00:00:00 2001 From: geodem Date: Wed, 18 Dec 2024 08:39:53 +0800 Subject: [PATCH] #[2781] Content: Schedule Modal Time Zone Dropdown Height Bug --- src/shell/components/FieldTypeDateTime/index.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/shell/components/FieldTypeDateTime/index.tsx b/src/shell/components/FieldTypeDateTime/index.tsx index abb8159795..79a83c33d0 100644 --- a/src/shell/components/FieldTypeDateTime/index.tsx +++ b/src/shell/components/FieldTypeDateTime/index.tsx @@ -294,16 +294,10 @@ export const FieldTypeDateTime = ({ autoHighlight fullWidth disableClearable - size="small" options={timezoneOptionsWithSuggestions} value={timezoneOptionsWithSuggestions.find( (tz) => tz.id === timezone )} - sx={{ - "& .MuiAutocomplete-inputRoot": { - py: 0.75, - }, - }} renderInput={(params) => } renderOption={(props, option) => (