diff --git a/Sources/Playbook/Components/User/PBUser.swift b/Sources/Playbook/Components/User/PBUser.swift index 1d18b946..b06e0bd3 100644 --- a/Sources/Playbook/Components/User/PBUser.swift +++ b/Sources/Playbook/Components/User/PBUser.swift @@ -88,6 +88,8 @@ public extension PBUser { Text(name) .pbFont(nameFont.font, variant: nameFont.variant) .foregroundColor(.text(.default)) + .lineLimit(1) + .truncationMode(.tail) bodyText.pbFont(territoryTitleFont, color: .text(.light)) .lineLimit(1) .truncationMode(.tail)