vcs_menu: Fix header taking up too much space (#12646)
We've spotted a regression following https://github.com/zed-industries/zed/pull/12468  This PR addresses that. Release Notes: - N/A Co-authored-by: Bennet <bennet@zed.dev>
This commit is contained in:
parent
c5b22eee2d
commit
62e790074c
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ impl PickerDelegate for BranchListDelegate {
|
|||
});
|
||||
h_flex()
|
||||
.px_3()
|
||||
.h_full()
|
||||
.justify_between()
|
||||
.child(Label::new("Branches").size(LabelSize::Small))
|
||||
.children(match_label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue