From e268a6a033ce8ed8f6b3fa98612d67c81297f8f5 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Thu, 8 Feb 2024 00:03:34 +0000 Subject: [PATCH] Fix mining dashboard hashrate graph height --- .../app/components/hashrate-chart/hashrate-chart.component.html | 2 +- .../app/components/hashrate-chart/hashrate-chart.component.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html b/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html index 83f8a3a4c..f3d340472 100644 --- a/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html +++ b/frontend/src/app/components/hashrate-chart/hashrate-chart.component.html @@ -54,7 +54,7 @@ -
diff --git a/frontend/src/app/components/hashrate-chart/hashrate-chart.component.scss b/frontend/src/app/components/hashrate-chart/hashrate-chart.component.scss index a19cd47aa..32885d5de 100644 --- a/frontend/src/app/components/hashrate-chart/hashrate-chart.component.scss +++ b/frontend/src/app/components/hashrate-chart/hashrate-chart.component.scss @@ -57,7 +57,6 @@ } .chart-widget { width: 100%; - height: 100%; } .pool-distribution {