diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 9e4dd18e..b3130abe 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -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