From f6b2d5a519c8c2a7aace71c494c8e4760d588fa4 Mon Sep 17 00:00:00 2001 From: Yunus M Date: Wed, 5 Feb 2025 11:48:44 +0530 Subject: [PATCH] feat: change grid to flex - flower metrics section (#7027) --- .../CeleryTask/CeleryTaskGraph/CeleryTaskGraph.style.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/CeleryTask/CeleryTaskGraph/CeleryTaskGraph.style.scss b/frontend/src/components/CeleryTask/CeleryTaskGraph/CeleryTaskGraph.style.scss index a76333dcc9..f695d8cbd2 100644 --- a/frontend/src/components/CeleryTask/CeleryTaskGraph/CeleryTaskGraph.style.scss +++ b/frontend/src/components/CeleryTask/CeleryTaskGraph/CeleryTaskGraph.style.scss @@ -116,9 +116,8 @@ gap: 10px; .metric-page-grid { - display: grid; - grid-template-columns: 30% 19%; - align-items: flex-start; + display: flex; + flex-direction: row; gap: 10px; width: 100%;