add text-align for Details title + swap text-left class with style so that it always remains aligned to left
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
|
||||
<app-transactions-list #txList [transactions]="[tx]" [transactionPage]="true"></app-transactions-list>
|
||||
|
||||
<h2 i18n="transaction.details">Details</h2>
|
||||
<h2 class="text-left" i18n="transaction.details">Details</h2>
|
||||
<div class="box">
|
||||
<table class="table table-borderless table-striped">
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user