diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index 818f7891b..41aad22cd 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -194,7 +194,7 @@
Inputs & Outputs
-
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index 5ef48b9bf..4628c35f9 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -117,7 +117,6 @@
}
}
-
.title {
h2 {
line-height: 1;
@@ -127,7 +126,14 @@
}
.btn-outline-info {
- margin-top: -10px;
+ margin-top: 5px;
+ @media (min-width: 768px){
+ margin-top: 0px;
+ }
+}
+
+.details-button {
+ margin-top: -5px;
@media (min-width: 768px){
display: inline-block;
margin-top: 0px;