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:
Marshall Bowers 2023-12-21 17:03:57 -05:00 committed by GitHub
parent be08a0b2fd
commit e2c36633ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()