From 58fc5f4cfe25997d96ac04ab6c519d5040cd0e2d Mon Sep 17 00:00:00 2001 From: apanizo Date: Wed, 3 Oct 2018 15:15:40 +0200 Subject: [PATCH] Overriding MuiInput-input to ellipsis by default --- src/theme/mui.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme/mui.js b/src/theme/mui.js index 9cbe8b35..a9961d17 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -91,6 +91,8 @@ export default createMuiTheme({ input: { padding: 0, color: 'initial', + textOverflow: 'ellipsis', + display: 'flex', }, underline: { '&:before': {