From a0fc683a67ef9b73f20934f910c3c2b450451f75 Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Wed, 8 Oct 2025 17:57:39 +0200 Subject: [PATCH] Explore: Add missing height to logs in Explore (#112176) * Explore: Add missing height to logs in Explore * Add max height to controlled log rows --- 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 56076abfcce..6677b49ca91 100644 --- a/public/app/features/explore/Logs/Logs.tsx +++ b/public/app/features/explore/Logs/Logs.tsx @@ -1003,7 +1003,7 @@ const UnthemedLogs: React.FunctionComponent = (props: Props) => { {(!config.featureToggles.newLogsPanel || visualisationType === 'table') && config.featureToggles.logsPanelControls && hasData && ( -
+