Adjust list item & pickers spacing (#14250)

This commit is contained in:
Danilo Leal 2024-07-15 10:23:18 -03:00 committed by GitHub
parent c1aa4d939c
commit e50811c425
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -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 {