From e2c36633ea2898ea3b5856194329c98edaf7e1fc Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 21 Dec 2023 17:03:57 -0500 Subject: [PATCH] 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 --- crates/picker2/src/picker2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/picker2/src/picker2.rs b/crates/picker2/src/picker2.rs index d37638293c..42b1d7433f 100644 --- a/crates/picker2/src/picker2.rs +++ b/crates/picker2/src/picker2.rs @@ -226,7 +226,7 @@ impl Render for Picker { .overflow_hidden() .flex_none() .h_9() - .px_3() + .px_4() .child(self.editor.clone()); div()