Fix bug where chat text wouldn't wrap to width
This commit is contained in:
parent
d298afba01
commit
44ada52185
2 changed files with 11 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue