Git panel: Fix commit binding tooltip not showing up (#25472)
Co-authored by: Conrad <conrad@zed.dev> Release Notes: - N/A
This commit is contained in:
parent
198c36811e
commit
dd0de3cfa9
2 changed files with 5 additions and 7 deletions
|
@ -191,6 +191,7 @@ impl CommitModal {
|
|||
window.dispatch_action(zed_actions::git::Branch.boxed_clone(), cx);
|
||||
}))
|
||||
.style(ButtonStyle::Transparent);
|
||||
|
||||
h_flex()
|
||||
.w_full()
|
||||
.justify_between()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue