diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html
index 0cc7c5832..89699a68c 100644
--- a/frontend/src/app/components/block/block.component.html
+++ b/frontend/src/app/components/block/block.component.html
@@ -59,7 +59,7 @@
|
- Health |
+ Health |
- Actual Block
+ Actual Block
|
- Adjusted vsize
+ | Adjusted vsize
@@ -325,7 +325,7 @@
| |
- Sigops
+ | Sigops
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss
index 8a4fe3c9a..c9f993870 100644
--- a/frontend/src/styles.scss
+++ b/frontend/src/styles.scss
@@ -1194,4 +1194,5 @@ app-global-footer {
.info-link fa-icon {
color: rgba(255, 255, 255, 0.4);
+ margin-left: 5px;
}
|