mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 07:03:16 +03: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
@ -226,7 +226,7 @@ impl<D: PickerDelegate> Render for Picker<D> {
|
||||
.overflow_hidden()
|
||||
.flex_none()
|
||||
.h_9()
|
||||
.px_3()
|
||||
.px_4()
|
||||
.child(self.editor.clone());
|
||||
|
||||
div()
|
||||
|
Loading…
Reference in New Issue
Block a user