Ensure conversation items fill the container

Nate Butler created

Change summary

crates/assistant2/src/assistant_panel.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

crates/assistant2/src/assistant_panel.rs 🔗

@@ -1020,10 +1020,11 @@ impl AssistantPanel {
                 this.open_conversation(path.clone(), cx)
                     .detach_and_log_err(cx)
             }))
+            .full_width()
             .child(
                 div()
                     .flex()
-                    .flex_1()
+                    .w_full()
                     .gap_2()
                     .child(
                         Label::new(conversation.mtime.format("%F %I:%M%p").to_string())