From a34e00e511fb8c3e6668599e0a551c255c0439c2 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:01:37 -0400 Subject: [PATCH] Fix git panel entries getting cut off (cherry-pick #26499) (#26500) Cherry-picked Fix git panel entries getting cut off (#26499) Closes #26497 Release Notes: - N/A Co-authored-by: Cole Miller --- 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 234b35c24e1e8e269f7abb269c041281eb76207e..d904c7efdd6d4f2314c3f911a6a599424334e47c 100644 --- a/crates/git_ui/src/git_panel.rs +++ b/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)