Adjust list item & pickers spacing (#14250)
This commit is contained in:
parent
c1aa4d939c
commit
e50811c425
4 changed files with 6 additions and 4 deletions
|
@ -273,6 +273,7 @@ impl PickerDelegate for BranchListDelegate {
|
|||
let label = if self.last_query.is_empty() {
|
||||
Label::new("Recent Branches")
|
||||
.size(LabelSize::Small)
|
||||
.mt_1()
|
||||
.ml_3()
|
||||
.into_any_element()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue