From 0ac0a56ae5e530b1d53213e37677c934c4b5b428 Mon Sep 17 00:00:00 2001 From: natsee Date: Fri, 15 Dec 2023 11:12:57 +0100 Subject: [PATCH] Fix overflow on mining pool ranking table --- .../pool-ranking/pool-ranking.component.html | 6 +++--- .../pool-ranking/pool-ranking.component.scss | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/pool-ranking/pool-ranking.component.html b/frontend/src/app/components/pool-ranking/pool-ranking.component.html index 67bba016b..19ccaccdd 100644 --- a/frontend/src/app/components/pool-ranking/pool-ranking.component.html +++ b/frontend/src/app/components/pool-ranking/pool-ranking.component.html @@ -92,7 +92,7 @@ Pool Hashrate Blocks - Avg Health Avg Block Fees Empty Blocks @@ -104,13 +104,13 @@ - {{ pool.name }} + {{ pool.name }} {{ pool.lastEstimatedHashrate }} {{ miningStats.miningUnits.hashrateUnit }} {{ pool.blockCount }} ({{ pool.share }}%) - +