fix bugs layout
This commit is contained in:
parent
c4b179f6f2
commit
30ce436d1c
1 changed files with 3 additions and 3 deletions
|
|
@ -132,14 +132,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row column m20t" ng-if="tx.couldRemove">
|
<div class="row column m20t" ng-if="tx.couldRemove">
|
||||||
|
<div class="text-gray size-12 text-center m20b" show="tx.couldRemove" translate>
|
||||||
|
* Only transactions created by yourself with no peer signatures can be removed
|
||||||
|
</div>
|
||||||
<button class="tiny expand outline dark-gray" ng-click="remove(tx)"
|
<button class="tiny expand outline dark-gray" ng-click="remove(tx)"
|
||||||
ng-disabled="loading" ng-show="tx.couldRemove">
|
ng-disabled="loading" ng-show="tx.couldRemove">
|
||||||
<i class="fi-trash size-14 m5r"></i>
|
<i class="fi-trash size-14 m5r"></i>
|
||||||
<span translate>Remove transaction</span>
|
<span translate>Remove transaction</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="text-gray size-12 text-center" show="tx.couldRemove" translate>
|
|
||||||
* Only transactions created by yourself with no peer signatures can be removed
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue