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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user