fix: remove min-width in formatPicker to avoid input overlay on mobile devices
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
e57101f279
commit
84bf859c2c
@@ -129,7 +129,6 @@ const StyledDialogContent = styled("div")`
|
||||
|
||||
const StyledTextField = styled(TextField)`
|
||||
width: 100%;
|
||||
min-width: 320px;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
& .MuiInputBase-input {
|
||||
|
||||
Reference in New Issue
Block a user