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:
Matt Bruce 2024-03-27 14:38:53 -05:00
parent 7cc64b2a23
commit c60c4541a8

View File

@ -72,8 +72,6 @@ open class BreadcrumbItem: ButtonBase {
isAccessibilityElement = true
accessibilityTraits = .link
contentHorizontalAlignment = .leading
titleLabel?.numberOfLines = 0
titleLabel?.lineBreakMode = .byWordWrapping
}
/// Used to make changes to the View based off a change events or from local properties.