better spacing for tx description
This commit is contained in:
parent
6ce01155d4
commit
26ad0cc110
3 changed files with 7 additions and 4 deletions
|
|
@ -156,7 +156,7 @@
|
|||
</div>
|
||||
|
||||
<div ng-show="btx.action == 'sent'" class="ellipsis">
|
||||
<div ng-if="btx.message">{{btx.message}}</div>
|
||||
<div ng-if="btx.message" class="wallet-details__tx-message ellipsis">{{btx.message}}</div>
|
||||
<div ng-if="!btx.message && btx.note.body">{{btx.note.body}}</div>
|
||||
<div ng-if="!btx.message && !btx.note.body && addressbook[btx.addressTo]">
|
||||
{{addressbook[btx.addressTo].name || addressbook[btx.addressTo]}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue