Prevent channel from vertically growing when containing facepile

This commit is contained in:
Julia 2024-01-24 15:57:12 -05:00
parent 291f353085
commit 9bc968eabb

View file

@ -2240,6 +2240,7 @@ impl CollabPanel {
let width = self.width.unwrap_or(px(240.));
div()
.h_6()
.id(channel_id as usize)
.group("")
.flex()