diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index 6a2cdfb92..61f9e7f86 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -519,7 +519,7 @@
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index 8a3e13102..8f6c5111b 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -152,6 +152,16 @@
@media (min-width: 768px){
display: inline-block;
}
+ @media (max-width: 425px){
+ display: flex;
+ flex-direction: column;
+ }
+}
+
+.effective-fee-rating {
+ @media (max-width: 767px){
+ margin-right: 0px !important;
+ }
}
.title {