diff --git a/frontend/src/app/components/pool/pool.component.html b/frontend/src/app/components/pool/pool.component.html
index 898e50fc2..e1806086e 100644
--- a/frontend/src/app/components/pool/pool.component.html
+++ b/frontend/src/app/components/pool/pool.component.html
@@ -92,9 +92,9 @@
- Reward |
- Hashrate (24h) |
- Avg Health |
+ Reward |
+ Hashrate (24h) |
+ Avg Health |
@@ -117,9 +117,9 @@
- Reward |
- Hashrate (24h) |
- Avg Health |
+ Reward |
+ Hashrate (24h) |
+ Avg Health |
@@ -143,9 +143,9 @@
- Blocks 24h |
- 1w |
- All |
+ Blocks 24h |
+ 1w |
+ All |
@@ -165,9 +165,9 @@
- Blocks 24h |
- 1w |
- All |
+ Blocks 24h |
+ 1w |
+ All |
@@ -382,9 +382,9 @@
- Reward |
- Hashrate (24h) |
- Avg Health |
+ Reward |
+ Hashrate (24h) |
+ Avg Health |
@@ -407,9 +407,9 @@
- Reward |
- Hashrate (24h) |
- Avg Health |
+ Reward |
+ Hashrate (24h) |
+ Avg Health |
@@ -433,9 +433,9 @@
- Blocks 24h |
- 1w |
- All |
+ Blocks 24h |
+ 1w |
+ All |
@@ -458,9 +458,9 @@
- Blocks 24h |
- 1w |
- All |
+ Blocks 24h |
+ 1w |
+ All |
diff --git a/frontend/src/app/components/pool/pool.component.scss b/frontend/src/app/components/pool/pool.component.scss
index 21468773f..92fdc2ef3 100644
--- a/frontend/src/app/components/pool/pool.component.scss
+++ b/frontend/src/app/components/pool/pool.component.scss
@@ -188,11 +188,19 @@ div.scrollable {
}
}
-.block-count-title {
+.data-title {
color: #4a68b9;
font-size: 14px;
}
+.clip {
+ @media (max-width: 576px) {
+ max-width: 85px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+}
+
.table-data tr {
background-color: transparent;
}