From 91687735b862377a8dd80e2e7e02215305f14f32 Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Tue, 15 Apr 2025 11:07:13 +0200 Subject: [PATCH] getLogRowStyles: fix typo (#103998) --- public/app/features/logs/components/getLogRowStyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }),