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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user