diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index 1085f6335..41aad22cd 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -20,8 +20,6 @@
-
-
-
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index d7d9fb5df..4628c35f9 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -3,25 +3,11 @@
}
.container-buttons {
- text-align: right;
- align-self: start;
- width: auto;
- margin-right: 15px;
- right: 0;
- position: absolute;
- @media (min-width: 650px) {
- right: auto;
- margin-right: auto;
- position: relative;
- }
- @media (min-width: 768px) {
- align-self: center;
- float: right;
- }
+ align-self: center;
}
.title-block {
- flex-direction: column;
+ flex-wrap: wrap;
@media (min-width: 650px) {
flex-direction: row;
}
@@ -32,6 +18,7 @@
}
.tx-link {
display: flex;
+ flex-grow: 1;
margin-bottom: 0px;
margin-top: 8px;
@media (min-width: 650px) {
@@ -45,6 +32,9 @@
top: 1px;
position: relative;
}
+ @media (max-width: 768px) {
+ order: 3;
+ }
}
.td-width {
@@ -127,7 +117,6 @@
}
}
-
.title {
h2 {
line-height: 1;
@@ -137,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;