diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index c96b3ebe8..ed35889e8 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -9,8 +9,10 @@
-
-
Transaction
+
+
+
Transaction
+
-
-
-
-
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index 719f06b5b..cea65ab51 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -31,8 +31,9 @@ h1{
.container-buttons {
text-align: right;
width: 100%;
- @media (min-width: 992px) {
- width: 300px;
+ @media (min-width: 850px) {
+ width: auto;
+ float: right;
}
}
@@ -48,7 +49,8 @@ h1{
margin-left: 10px;
position: relative;
text-align: left;
- width: 100%;
+ width: auto;
+ float: left;
}
}