From ed92b09f0519f9532575ad29d3fed37ee3533e59 Mon Sep 17 00:00:00 2001 From: prisar Date: Thu, 27 Jul 2023 10:29:40 +0530 Subject: [PATCH] align pie tooltip --- src/components/TestAnalyticsPie.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/TestAnalyticsPie.css b/src/components/TestAnalyticsPie.css index 7577fdb..b258b6c 100644 --- a/src/components/TestAnalyticsPie.css +++ b/src/components/TestAnalyticsPie.css @@ -20,4 +20,10 @@ .title { fill: teal; font-weight: bold; +} + +#category-diagram { + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file