diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index 8ca484e3..2d53adb8 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -301,6 +301,10 @@ import MVMCore originalAttributedString = attributedText } + + public func needsToBeConstrained() -> Bool { + return true; + } } extension Label {