From 87eb76947b671279c3cafb852f9b384849872b3f Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Wed, 14 Jun 2023 13:24:23 +0200 Subject: [PATCH] Revert "LogsPanel: Remove bottom margin" (#69999) Revert "LogsPanel: Remove bottom margin (#69850)" This reverts commit 66851d5d87b980837c063302ca38ae0b27952e6d. --- public/app/features/logs/components/getLogRowStyles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/logs/components/getLogRowStyles.ts b/public/app/features/logs/components/getLogRowStyles.ts index 2062fdec656..4c737403bbc 100644 --- a/public/app/features/logs/components/getLogRowStyles.ts +++ b/public/app/features/logs/components/getLogRowStyles.ts @@ -70,6 +70,7 @@ export const getLogRowStyles = memoizeOne((theme: GrafanaTheme2) => { font-family: ${theme.typography.fontFamilyMonospace}; font-size: ${theme.typography.bodySmall.fontSize}; width: 100%; + margin-bottom: ${theme.spacing(2.25)}; /* This is to make sure the last row's LogRowMenu is not cut off. */ `, contextBackground: css` background: ${hoverBgColor};