Overriding MuiInput-input to ellipsis by default

This commit is contained in:
apanizo 2018-10-03 15:15:40 +02:00
parent 439c2a4993
commit 58fc5f4cfe
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ export default createMuiTheme({
input: {
padding: 0,
color: 'initial',
textOverflow: 'ellipsis',
display: 'flex',
},
underline: {
'&:before': {