From 06d43f2635d6b7616c4fd8c9cf0c4ce4c24dfe64 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 17 Oct 2023 13:32:03 +0300 Subject: [PATCH] fix uptime cards --- src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx | 2 +- src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx index 81f51666..ed181d68 100644 --- a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx +++ b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx @@ -14,7 +14,7 @@ const ConsensusUptimeCard = () => { width: '48%', }} > - + Consensus Uptime diff --git a/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx b/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx index ab8f7d42..68d743c0 100644 --- a/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx +++ b/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx @@ -11,11 +11,11 @@ const ExecutionUptime = () => { variant="$2" style={{ borderRadius: '16px', - width: '48%', + minWidth: '260px', }} > - + Execution Uptime