diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
index 431e2d1d9..3ab3e8b01 100644
--- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
+++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
@@ -9,7 +9,7 @@
- Transaction |
+ Transaction |
{{ txid | shortenString : 16}}
|
@@ -23,13 +23,13 @@
{{ fee | number }} sat |
- Fee rate |
+ Fee rate |
{{ feeRate | feeRounding }} sat/vB
|
- Virtual size |
+ Virtual size |
|
diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss
index f2b55e350..00f6d94f7 100644
--- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss
+++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss
@@ -9,10 +9,14 @@
justify-content: space-between;
padding: 10px 15px;
text-align: left;
- width: 420px;
+ min-width: 320px;
pointer-events: none;
&.clickable {
pointer-events: all;
}
}
+
+.td-width {
+ padding-right: 10px;
+}
\ No newline at end of file