Skip to content
Snippets Groups Projects
Commit 15958b21 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: fix maxWidth form

parent 0d27468a
No related branches found
No related tags found
1 merge request!11623.0 Release
...@@ -120,3 +120,7 @@ ...@@ -120,3 +120,7 @@
} }
} }
} }
.MuiInputBase-root {
max-width: 300px;
}
...@@ -31,10 +31,5 @@ export const theme = createTheme({ ...@@ -31,10 +31,5 @@ export const theme = createTheme({
backgroundColor: '#e3b82a', backgroundColor: '#e3b82a',
}, },
}, },
MuiInputBase: {
root: {
maxWidth: 300,
},
},
}, },
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment