fix long user name

This commit is contained in:
bechi 2014-10-01 12:31:08 -03:00
parent 70446c5ee7
commit f4b8a76d7d
2 changed files with 4 additions and 4 deletions

View File

@ -978,7 +978,7 @@ button, .button, p {
}
.copay-box-small {
width: 40px;
width: 45px;
text-align: center;
margin-right: 10px;
padding-bottom: 5px;

View File

@ -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>