diff --git a/public/app/features/logs/components/getLogRowStyles.ts b/public/app/features/logs/components/getLogRowStyles.ts index 8605753487e..57361a70a38 100644 --- a/public/app/features/logs/components/getLogRowStyles.ts +++ b/public/app/features/logs/components/getLogRowStyles.ts @@ -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', }),