From 6fc24001a7395cd54481664fe7a829bdce629868 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 24 May 2026 14:06:20 +0530 Subject: [PATCH] Snapshot Selector fixes --- src/Dashboard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }} />