Fix text overflow

This commit is contained in:
Thomas Nordquist
2019-02-16 18:19:40 +01:00
parent ef6946bdd4
commit 5d758c8e6d
2 changed files with 5 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ const styles = (theme: Theme) => ({
borderRadius: `${theme.shape.borderRadius}px 0 0 ${theme.shape.borderRadius}px`,
paddingTop: `${2 * theme.spacing.unit}px`,
flex: 3,
overflow: 'hidden',
backgroundColor: theme.palette.background.default,
color: theme.palette.text.primary,
},