Skip to content
Snippets Groups Projects
Commit 16a5316a authored by Othmane ROGLER's avatar Othmane ROGLER Committed by Bruno Boiget
Browse files

fix(styles): fix text field icon left padding

parent 9ad850c0
No related branches found
No related tags found
1 merge request!456Resolve "Manage Structure with multi-level MVP"
......@@ -14,6 +14,7 @@ export const inputOverrides = (palette) => ({
borderWidth: 'unset',
borderRadius: 'inherit',
},
'&.MuiOutlinedInput-adornedStart': { paddingLeft: 0 },
},
notchedOutline: {
borderColor: 'rgba(0,0,0,0)',
......
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