Merge branch 'release/11_7_0' into 'develop'

release/11_7_0 hotfix merge

See merge request BPHV_MIPS/vds_ios!237
This commit is contained in:
Hedden, Kyle Matthew 2024-06-11 16:22:07 +00:00
commit c4b7939040

View File

@ -204,7 +204,7 @@ open class Label: UILabel, ViewProtocol, UserInfoable {
}.store(in: &subscribers)
backgroundColor = .clear
numberOfLines = 0
lineBreakMode = .byWordWrapping
lineBreakMode = .byTruncatingTail
translatesAutoresizingMaskIntoConstraints = false
accessibilityCustomActions = []
isAccessibilityElement = true