We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef7da8 commit aefe2e9Copy full SHA for aefe2e9
public/views/correspondentDevice.html
@@ -18,7 +18,7 @@
18
<section class="middle tab-bar-section" style="overflow: hidden;">
19
<h1 class="title ellipsis" style="color: #4E4E4E !important;display: flex;align-items: center;justify-content: center;height:45px">
20
<span class="topbar-avatar" ng-style="{'background-color':noColor ? '#4A90E2': index.backgroundColor}">{{(index.alias || index.walletName) | limitTo: 1}}</span>
21
- {{correspondent.name}}
+ <span class="ellipsis">{{correspondent.name}}</span>
22
</h1>
23
</section>
24
0 commit comments