This commit is contained in:
Pfeil, Scott Robert 2020-05-22 16:28:05 -04:00
parent 528ae8a685
commit 1588644577

View File

@ -61,6 +61,7 @@ import Foundation
open override func layoutSubviews() {
super.layoutSubviews()
// This fixes a defect body text where it doesn't layout correctly.
eyebrowHeadlineBodyLink.body.preferredMaxLayoutWidth = eyebrowHeadlineBodyLink.frame.width
}
}