diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index 1085f6335..0174f9d43 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -196,7 +196,7 @@
Inputs & Outputs
-
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index d7d9fb5df..c1ebd29a2 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -127,7 +127,6 @@
}
}
-
.title {
h2 {
line-height: 1;
@@ -137,7 +136,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;