Fix missing arrows
This commit is contained in:
parent
21755c7d20
commit
525fe70de6
2 changed files with 2 additions and 5 deletions
|
@ -79,10 +79,7 @@ impl Render for CommandPalette {
|
|||
type Element = Div;
|
||||
|
||||
fn render(&mut self, _cx: &mut ViewContext<Self>) -> Self::Element {
|
||||
v_stack()
|
||||
.min_w_96()
|
||||
.max_w(rems(36.))
|
||||
.child(self.picker.clone())
|
||||
v_stack().min_w_96().child(self.picker.clone())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue