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)`
|
const StyledTextField = styled(TextField)`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 320px;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
& .MuiInputBase-input {
|
& .MuiInputBase-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user