picker: Improve input padding (#31422)
This is a tiny PR to make the picker input padding match the list item results horizontal spacing. They were previously misaligned and it was getting to me. 😬 | Before | After | |--------|--------| |  |  | Release Notes: - N/A
This commit is contained in:
parent
7497deff7a
commit
ddbcab2b5b
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ pub trait PickerDelegate: Sized + 'static {
|
|||
.overflow_hidden()
|
||||
.flex_none()
|
||||
.h_9()
|
||||
.px_3()
|
||||
.px_2p5()
|
||||
.child(editor.clone()),
|
||||
)
|
||||
.when(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue