Deal with breaks in table titles (#1198)

This commit is contained in:
Fredrik Adelöw
2020-06-08 16:37:12 +02:00
committed by GitHub
parent 076409a7b3
commit f4ed330002
@@ -113,6 +113,7 @@ const useHeaderStyles = makeStyles<BackstageTheme>(theme => ({
color: theme.palette.textSubtle,
fontWeight: theme.typography.fontWeightBold,
position: 'static',
wordBreak: 'normal',
},
}));