Merge branch 'charlesmchen/chatColorTooltipLineWrap'

This commit is contained in:
Matthew Chen 2021-06-14 11:27:35 -03:00
commit db5c4ab778

View File

@ -718,6 +718,8 @@ private class ChatColorTooltip: TooltipView {
comment: "Tooltip highlighting the auto chat color option.")
label.font = .ows_dynamicTypeSubheadline
label.textColor = .ows_white
label.numberOfLines = 0
label.lineBreakMode = .byWordWrapping
return horizontalStack(forSubviews: [label])
}