only make them 1 liner buttons for now until I can come up with a better solution
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
7cc64b2a23
commit
c60c4541a8
@ -72,8 +72,6 @@ open class BreadcrumbItem: ButtonBase {
|
|||||||
isAccessibilityElement = true
|
isAccessibilityElement = true
|
||||||
accessibilityTraits = .link
|
accessibilityTraits = .link
|
||||||
contentHorizontalAlignment = .leading
|
contentHorizontalAlignment = .leading
|
||||||
titleLabel?.numberOfLines = 0
|
|
||||||
titleLabel?.lineBreakMode = .byWordWrapping
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Used to make changes to the View based off a change events or from local properties.
|
/// Used to make changes to the View based off a change events or from local properties.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user