diff --git a/crates/workspace2/src/pane.rs b/crates/workspace2/src/pane.rs index 20682451596f986e09665882014db6972ed68b19..afd7e665c4503e8492921206964d6a37b795b6f2 100644 --- a/crates/workspace2/src/pane.rs +++ b/crates/workspace2/src/pane.rs @@ -1664,6 +1664,10 @@ impl Pane { ) .child( div() + .min_w_6() + // HACK: This empty child is currently necessary to force the drop traget to appear + // despite us setting a min width above. + .child("") .h_full() .flex_grow() .drag_over::(|bar| {