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 {