Skip to content

Commit aefe2e9

Browse files
ellipsis long contact name in top bar
Co-Authored-By: Tarmo <[email protected]>
1 parent aef7da8 commit aefe2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/correspondentDevice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<section class="middle tab-bar-section" style="overflow: hidden;">
1919
<h1 class="title ellipsis" style="color: #4E4E4E !important;display: flex;align-items: center;justify-content: center;height:45px">
2020
<span class="topbar-avatar" ng-style="{'background-color':noColor ? '#4A90E2': index.backgroundColor}">{{(index.alias || index.walletName) | limitTo: 1}}</span>
21-
{{correspondent.name}}
21+
<span class="ellipsis">{{correspondent.name}}</span>
2222
</h1>
2323
</section>
2424

0 commit comments

Comments
 (0)