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:
João Marcos 2025-02-24 13:41:37 -03:00 committed by GitHub
parent 198c36811e
commit dd0de3cfa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View file

@ -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()