From 883d6314521945b9a7741096e55718760f13a221 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Tue, 27 Feb 2024 21:25:31 +0700 Subject: [PATCH] fix space between progress bar and title list of gpu (#2177) --- web/containers/Layout/BottomBar/SystemMonitor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx index 90510aae7..989ae7777 100644 --- a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx @@ -140,7 +140,7 @@ const SystemMonitor = () => { {gpus.length > 0 && (
{gpus.map((gpu, index) => ( -
+
{gpu.name}