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)