diff --git a/VDS/Components/Breadcrumbs/BreadcrumbItem.swift b/VDS/Components/Breadcrumbs/BreadcrumbItem.swift index 3b279551..466c1d61 100644 --- a/VDS/Components/Breadcrumbs/BreadcrumbItem.swift +++ b/VDS/Components/Breadcrumbs/BreadcrumbItem.swift @@ -66,6 +66,9 @@ open class BreadcrumbItem: ButtonBase { isAccessibilityElement = true accessibilityTraits = .button accessibilityLabel = "Breadcrumb" + contentHorizontalAlignment = .leading + titleLabel?.numberOfLines = 0 + titleLabel?.lineBreakMode = .byWordWrapping } /// Used to make changes to the View based off a change events or from local properties.