mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
Truncate long 3 words name. Fixes #1830
This commit is contained in:
parent
6494d45b44
commit
29c555bd2d
@ -79,7 +79,7 @@ ModalPopup {
|
||||
}
|
||||
|
||||
StyledText {
|
||||
text: isEnsVerified ? alias : fromAuthor
|
||||
text: isEnsVerified ? Utils.truncateName(alias) : fromAuthor
|
||||
elide: !isEnsVerified ? Text.ElideMiddle : Text.ElideNone
|
||||
anchors.left: profilePic.right
|
||||
anchors.leftMargin: Style.current.smallPadding
|
||||
|
Loading…
x
Reference in New Issue
Block a user