diff --git a/Mastodon/Scene/Profile/Header/View/ProfileHeaderView.swift b/Mastodon/Scene/Profile/Header/View/ProfileHeaderView.swift index 2365c9320..3f4a83248 100644 --- a/Mastodon/Scene/Profile/Header/View/ProfileHeaderView.swift +++ b/Mastodon/Scene/Profile/Header/View/ProfileHeaderView.swift @@ -431,7 +431,7 @@ extension ProfileHeaderView { nameContainerStackView.addArrangedSubview(usernameButton) NSLayoutConstraint.activate([ - usernameButton.heightAnchor.constraint(equalToConstant: 20) + usernameButton.heightAnchor.constraint(greaterThanOrEqualToConstant: 20) ]) authorContainer.addArrangedSubview(nameContainerStackView)