diff --git a/src/plugins/crash_reporter/index.js b/src/plugins/crash_reporter/index.js index 6d00ee7b0..75126f5fb 100644 --- a/src/plugins/crash_reporter/index.js +++ b/src/plugins/crash_reporter/index.js @@ -108,10 +108,14 @@ const Container = styled(FlexColumn)({ flexShrink: 0, }); -const Value = styled(Title)({ - maxHeight: 200, +const Value = styled(Text)({ + fontWeight: 'bold', + color: colors.greyTint3, height: 'auto', + maxHeight: 200, flexGrow: 1, + textOverflow: 'ellipsis', + marginRight: 8, }); const FlexGrowColumn = styled(FlexColumn)({