Overriding MuiInput-input to ellipsis by default
This commit is contained in:
parent
439c2a4993
commit
58fc5f4cfe
|
@ -91,6 +91,8 @@ export default createMuiTheme({
|
|||
input: {
|
||||
padding: 0,
|
||||
color: 'initial',
|
||||
textOverflow: 'ellipsis',
|
||||
display: 'flex',
|
||||
},
|
||||
underline: {
|
||||
'&:before': {
|
||||
|
|
Loading…
Reference in New Issue