diff --git a/src/Dashboard.tsx b/src/Dashboard.tsx index 83ce550..70e4a68 100644 --- a/src/Dashboard.tsx +++ b/src/Dashboard.tsx @@ -309,8 +309,7 @@ export default function Dashboard() { getOptionLabel={(o) => o.label} isOptionEqualToValue={(o, v) => o.value === v.value} renderInput={(params) => } - sx={{ '& .MuiOutlinedInput-root': { height: 40, py: 0 } }} - size="small" + sx={{ '& .MuiOutlinedInput-root': { height: 'auto', minHeight: '2.5rem', py: 0.5 } }} />