From 84bf859c2c274ca5107e74a4bf7b0ed5c448bbe3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 26 Jan 2025 19:48:20 +0100 Subject: [PATCH] fix: remove min-width in formatPicker to avoid input overlay on mobile devices --- webapp/IronCalc/src/components/formatPicker.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/IronCalc/src/components/formatPicker.tsx b/webapp/IronCalc/src/components/formatPicker.tsx index 071dfa7..bc6e24f 100644 --- a/webapp/IronCalc/src/components/formatPicker.tsx +++ b/webapp/IronCalc/src/components/formatPicker.tsx @@ -129,7 +129,6 @@ const StyledDialogContent = styled("div")` const StyledTextField = styled(TextField)` width: 100%; - min-width: 320px; border-radius: 4px; overflow: hidden; & .MuiInputBase-input {