fix: remove min-width in formatPicker to avoid input overlay on mobile devices

This commit is contained in:
Daniel
2025-01-26 19:48:20 +01:00
committed by Nicolás Hatcher Andrés
parent e57101f279
commit 84bf859c2c

View File

@@ -129,7 +129,6 @@ const StyledDialogContent = styled("div")`
const StyledTextField = styled(TextField)`
width: 100%;
min-width: 320px;
border-radius: 4px;
overflow: hidden;
& .MuiInputBase-input {