Fix bug where chat text wouldn't wrap to width

This commit is contained in:
Mikayla 2023-10-05 11:06:29 -07:00
parent d298afba01
commit 44ada52185
No known key found for this signature in database
2 changed files with 11 additions and 18 deletions

View file

@ -1976,11 +1976,7 @@ impl CollabPanel {
.left()
.with_tooltip::<ChannelTooltip>(
ix,
if is_active {
"Open channel notes"
} else {
"Join channel"
},
"Join channel",
None,
theme.tooltip.clone(),
cx,