chore(profile): Allow profile header username to grow in height
This commit is contained in:
parent
2866721ca3
commit
c56f1abd67
|
@ -431,7 +431,7 @@ extension ProfileHeaderView {
|
|||
nameContainerStackView.addArrangedSubview(usernameButton)
|
||||
|
||||
NSLayoutConstraint.activate([
|
||||
usernameButton.heightAnchor.constraint(equalToConstant: 20)
|
||||
usernameButton.heightAnchor.constraint(greaterThanOrEqualToConstant: 20)
|
||||
])
|
||||
|
||||
authorContainer.addArrangedSubview(nameContainerStackView)
|
||||
|
|
Loading…
Reference in New Issue