getLogRowStyles: fix typo (#103998)

This commit is contained in:
Matias Chomicki
2025-04-15 10:07:13 +01:00
committed by GitHub
parent a2b06e2ec9
commit 91687735b8
@@ -206,7 +206,7 @@ export const getLogRowStyles = memoizeOne((theme: GrafanaTheme2) => {
logDetailsLabel: css({
label: 'logs-row-details__label',
maxWidth: '30em',
minMidth: '20em',
minWidth: '20em',
padding: theme.spacing(0, 1),
overflowWrap: 'break-word',
}),