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