diff --git a/crates/collab_ui/src/chat_panel.rs b/crates/collab_ui/src/chat_panel.rs index 44b0669c30..ba8c71fb1e 100644 --- a/crates/collab_ui/src/chat_panel.rs +++ b/crates/collab_ui/src/chat_panel.rs @@ -559,6 +559,7 @@ impl Render for ChatPanel { } else { this.child( div() + .full() .p_4() .child( Label::new("Select a channel to chat in.")