Skip to content

Commit

Permalink
ellipsis long contact name in top bar
Browse files Browse the repository at this point in the history
Co-Authored-By: Tarmo <[email protected]>
  • Loading branch information
tonyofbyteball and tarmo888 committed Oct 3, 2020
1 parent aef7da8 commit aefe2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/correspondentDevice.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section class="middle tab-bar-section" style="overflow: hidden;">
<h1 class="title ellipsis" style="color: #4E4E4E !important;display: flex;align-items: center;justify-content: center;height:45px">
<span class="topbar-avatar" ng-style="{'background-color':noColor ? '#4A90E2': index.backgroundColor}">{{(index.alias || index.walletName) | limitTo: 1}}</span>
{{correspondent.name}}
<span class="ellipsis">{{correspondent.name}}</span>
</h1>
</section>

Expand Down

0 comments on commit aefe2e9

Please sign in to comment.