mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Align Picker
editor with entries (#3765)
This PR re-aligns the `Picker` editor with the entries after the changes in #3764. Release Notes: - N/A
This commit is contained in:
parent
be08a0b2fd
commit
e2c36633ea
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ impl<D: PickerDelegate> Render for Picker<D> {
|
||||||
.overflow_hidden()
|
.overflow_hidden()
|
||||||
.flex_none()
|
.flex_none()
|
||||||
.h_9()
|
.h_9()
|
||||||
.px_3()
|
.px_4()
|
||||||
.child(self.editor.clone());
|
.child(self.editor.clone());
|
||||||
|
|
||||||
div()
|
div()
|
||||||
|
|
Loading…
Reference in a new issue