From b3551d6d0d66478dd68ec825aed921018c06b9c7 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:42:10 +0200 Subject: [PATCH] [release-12.2.1] Explore: Add missing height to logs in Explore (#112177) Explore: Add missing height to logs in Explore (#112176) * Explore: Add missing height to logs in Explore * Add max height to controlled log rows (cherry picked from commit a0fc683a67ef9b73f20934f910c3c2b450451f75) Co-authored-by: Matias Chomicki --- public/app/features/explore/Logs/Logs.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/app/features/explore/Logs/Logs.tsx b/public/app/features/explore/Logs/Logs.tsx index 3b04394faf8..05554f92245 100644 --- a/public/app/features/explore/Logs/Logs.tsx +++ b/public/app/features/explore/Logs/Logs.tsx @@ -1009,7 +1009,7 @@ const UnthemedLogs: React.FunctionComponent = (props: Props) => { {(!config.featureToggles.newLogsPanel || visualisationType === 'table') && config.featureToggles.logsPanelControls && hasData && ( -
+