From 879b37e0313a800d8f798a485c2b22cbac11d8fd Mon Sep 17 00:00:00 2001 From: Dhiraj Barnwal Date: Tue, 17 Dec 2024 14:40:30 +0530 Subject: [PATCH] Fix: full width for TDD charts (#6288) --- .../src/features/dashboards/workspace/Dashboard.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web-common/src/features/dashboards/workspace/Dashboard.svelte b/web-common/src/features/dashboards/workspace/Dashboard.svelte index a00aeeec086..036f45bc2ca 100644 --- a/web-common/src/features/dashboards/workspace/Dashboard.svelte +++ b/web-common/src/features/dashboards/workspace/Dashboard.svelte @@ -128,7 +128,10 @@ class:flex-row={!expandedMeasureName} class:left-shift={extraLeftPadding} > -
+
{#key exploreName} {#if !$metricTimeSeries.isLoading} {#if hasTimeSeries}