Ensure conversation items fill the container
This commit is contained in:
parent
49502af4d3
commit
2c402f9b5d
1 changed files with 2 additions and 1 deletions
|
@ -1020,10 +1020,11 @@ impl AssistantPanel {
|
||||||
this.open_conversation(path.clone(), cx)
|
this.open_conversation(path.clone(), cx)
|
||||||
.detach_and_log_err(cx)
|
.detach_and_log_err(cx)
|
||||||
}))
|
}))
|
||||||
|
.full_width()
|
||||||
.child(
|
.child(
|
||||||
div()
|
div()
|
||||||
.flex()
|
.flex()
|
||||||
.flex_1()
|
.w_full()
|
||||||
.gap_2()
|
.gap_2()
|
||||||
.child(
|
.child(
|
||||||
Label::new(conversation.mtime.format("%F %I:%M%p").to_string())
|
Label::new(conversation.mtime.format("%F %I:%M%p").to_string())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue