Fix rtl transaction title.

This commit is contained in:
Miguel Medeiros 2021-09-29 17:13:21 -03:00
parent c72c287b27
commit b857a7c37f
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB

View File

@ -773,6 +773,21 @@ th {
@extend .mempool-graph;
direction: ltr;
}
.title-block {
.title {
float: right;
}
}
.container-buttons {
float: left !important;
width: auto !important;
}
.tx-link {
margin-right: 0px;
@media (min-width: 768px) {
margin-right: 10px;
}
}
}