From cfb9a4beb0293d1d92fcab83858a40f3a55fb7a6 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Tue, 11 Mar 2025 19:43:36 -0400 Subject: [PATCH] Fix git panel entries getting cut off (#26499) Closes #26497 Release Notes: - N/A --- crates/git_ui/src/git_panel.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/git_ui/src/git_panel.rs b/crates/git_ui/src/git_panel.rs index 3998ed11af..66f7d26d2e 100644 --- a/crates/git_ui/src/git_panel.rs +++ b/crates/git_ui/src/git_panel.rs @@ -3505,7 +3505,6 @@ impl GitPanel { .flex_none() .occlude() .cursor_pointer() - .ml_neg_0p5() .child( Checkbox::new(checkbox_id, is_staged) .disabled(!has_write_access)