diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 0f9a4d9c4..e898549cb 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -128,7 +128,7 @@

- +
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 0ea548e3c..f32d8d9ea 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -167,6 +167,12 @@ } } +@media (max-width: 767px){ + .hide-on-mobile { + display: none; + } +} + .effective-fee-rating { @media (max-width: 767px){ margin-right: 0px !important;