From 30ffc0b56e3650d5ea9a2126c7785d646c5dcd25 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 8 Dec 2021 17:23:47 -0500 Subject: [PATCH] Fix graph issues in #992 --- .../src/app/components/television/television.component.scss | 2 +- frontend/src/app/dashboard/dashboard.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/television/television.component.scss b/frontend/src/app/components/television/television.component.scss index 8ee16c054..b7420c185 100644 --- a/frontend/src/app/components/television/television.component.scss +++ b/frontend/src/app/components/television/television.component.scss @@ -17,7 +17,7 @@ .chart-holder { position: relative; - height: 650px; + height: 655px; width: 100%; margin: 30px auto 0; } diff --git a/frontend/src/app/dashboard/dashboard.component.scss b/frontend/src/app/dashboard/dashboard.component.scss index a3877e855..541bd2129 100644 --- a/frontend/src/app/dashboard/dashboard.component.scss +++ b/frontend/src/app/dashboard/dashboard.component.scss @@ -218,7 +218,7 @@ } .mempool-graph { - height: 250px; + height: 255px; } .loadingGraphs{ height: 250px;