diff --git a/packages/grafana-ui/src/components/Logs/LogRowMessage.tsx b/packages/grafana-ui/src/components/Logs/LogRowMessage.tsx index aa68cdf0292..dafc8505964 100644 --- a/packages/grafana-ui/src/components/Logs/LogRowMessage.tsx +++ b/packages/grafana-ui/src/components/Logs/LogRowMessage.tsx @@ -91,10 +91,6 @@ class UnThemedLogRowMessage extends PureComponent { ? cx([style.logsRowMatchHighLight, style.logsRowMatchHighLightPreview]) : cx([style.logsRowMatchHighLight]); const styles = getStyles(theme); - const whiteSpacePreWrap = { - label: 'white-space-pre-wrap', - whiteSpace: 'pre-wrap', - }; return ( @@ -116,7 +112,6 @@ class UnThemedLogRowMessage extends PureComponent { {needsHighlighter ? (