Fix git panel entries getting cut off (cherry-pick #26499) (#26500)

gcp-cherry-pick-bot[bot] and Cole Miller created

Cherry-picked Fix git panel entries getting cut off (#26499)

Closes #26497 

Release Notes:

- N/A

Co-authored-by: Cole Miller <cole@zed.dev>

Change summary

crates/git_ui/src/git_panel.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/git_ui/src/git_panel.rs 🔗

@@ -3429,7 +3429,6 @@ impl GitPanel {
                     .flex_none()
                     .occlude()
                     .cursor_pointer()
-                    .ml_neg_0p5()
                     .child(
                         Checkbox::new(checkbox_id, is_staged)
                             .disabled(!has_write_access)