Change background for the max width of the completion/action elements
This commit is contained in:
parent
cad6bab48e
commit
513ddf1861
2 changed files with 3 additions and 1 deletions
|
@ -149,6 +149,7 @@ impl ParentElement for ListItem {
|
|||
impl RenderOnce for ListItem {
|
||||
fn render(self, cx: &mut WindowContext) -> impl IntoElement {
|
||||
h_flex()
|
||||
.flex_grow()
|
||||
.id(self.id)
|
||||
.w_full()
|
||||
.relative()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue