fix long user name
This commit is contained in:
parent
70446c5ee7
commit
f4b8a76d7d
2 changed files with 4 additions and 4 deletions
|
|
@ -14,9 +14,9 @@
|
|||
alt="{{copayer.peerId}}"
|
||||
width="30">
|
||||
|
||||
<div class="ellipsis" tooltip-placement="top" tooltip="{{copayer.nick}}">
|
||||
<small class="text-gray" ng-show="copayer.index == 0">{{'Me'|translate}}</small>
|
||||
<small class="text-gray" ng-show="copayer.index > 0">{{copayer.nick}}</small>
|
||||
<div tooltip-placement="top" tooltip="{{copayer.nick}}">
|
||||
<small class="text-gray db" ng-show="copayer.index == 0">{{'Me'|translate}}</small>
|
||||
<small class="text-gray ellipsis" ng-show="copayer.index > 0">{{copayer.nick}}</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue