From 2d229968416de60c653c5b20ef5d1c0d44174cc7 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 22 Mar 2024 09:17:06 +0200 Subject: [PATCH] fix(uptime cards and charts): fix spacing bug --- src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx | 4 ++-- src/pages/Dashboard/DashboardContent.tsx | 4 ++-- src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx index 45fe25c5..e79cae8c 100644 --- a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx +++ b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx @@ -7,7 +7,7 @@ import DashboardCardWrapper from '../DashboardCardWrapper' const ConsensusUptimeCard = () => { return ( - + @@ -30,7 +30,7 @@ const ConsensusUptimeCard = () => { justifyContent: 'center', alignItems: 'center', width: '100%', - height: '90%', + height: '100%', }} > { width: '100%', }} > - - + + diff --git a/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx b/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx index 27a2383a..51fb1a96 100644 --- a/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx +++ b/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx @@ -7,7 +7,7 @@ import DashboardCardWrapper from '../DashboardCardWrapper' const ExecutionUptime = () => { return ( - + @@ -30,7 +30,7 @@ const ExecutionUptime = () => { justifyContent: 'center', alignItems: 'center', width: '100%', - height: '90%', + height: '100%', }} >